Tuesday, July 21, 2009

What type of objects can be kept in Asp.net session?


InProc
If you are using InProc then you can store whatever object you want.
OutProc ( State server or SQL server)
If you are using OutProc then you can store objects that can be serialized and de-serialized .



www.codecollege.NET

No comments:

Post a Comment