|
-
Oct 21st, 2008, 04:37 AM
#1
Thread Starter
Addicted Member
Where is the default Session data is stored in ASP.Net?
Where is the default Session data is stored in ASP.Net?
InProcess
StateServer
Session Object
all of the above
Please reply
-
Oct 22nd, 2008, 03:29 AM
#2
Re: Where is the default Session data is stored in ASP.Net?
By default, a cookie gets sent to the client, containing a Session ID, which matches a Session ID for a session variable... so the default is InProc.
Read about it here.
http://msdn.microsoft.com/en-us/library/ms178586.aspx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|