How does ASP.NET store SessionIDs by default?
Interview question and answer by:
Chikul | Posted on: 12/15/2009 | Category:
ASP.NET Interview questions | Views: 7900 |
Select from following answers:- In a global variable
- In cache
- In cookies
 - In URL strings or in a database
SessionID values are stored in a cookie, by default.
User can also configure the application to store SessionID values in the URL for a "cookieless" session.
Show Correct Answer |
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: