liubiao4123 / servicestack

Automatically exported from code.google.com/p/servicestack
0 stars 0 forks source link

How to Store values in session #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.System.Web.SessionState.HttpSessionState session = 
HttpContext.Current.Session;
                session["dsProv"] = dsProv;
2.
3.

What is the expected output? What do you see instead?
Value should be stored in the session but instead getting the error "Object 
Reference not set to an instance of an object"

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by maryfab...@gmail.com on 28 Nov 2011 at 11:55