Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Session within the VB.NET forums, part of the Software Development category; where is the session stored in server? and where is the cookie stored on client?...
|
|||||||
|
|||
|
Re: Session
Hi,
Session state will be stored on the server depends session mode settings set in web.config file. Session state mode has 5 values 1.Off - no session state will be stored. Disabled. 2. InProc - if u set this mode Session state will be stored in memory of the server.Session state will be lost if application restarts,or web server restarts due to any reason. 3.SqlServer - If you want to retain session state during website restarts,You can use this mode. here session state will be stored on sql server. 4.State Server :this stores session state in a separate process called the ASP.NET state service 5. Custom mode- This enables you to specify a custom storage provider. Cookie stored on client in a special files called Magic Macintosh files or simple text files. That will be cookies folder in C Directory |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Session Variables | C D Raghavendra | ASP.NET | 1 | 08-04-2008 02:48 AM |
| bdc session method | b_geetha04 | SAP R/3 | 1 | 06-07-2008 01:06 PM |
| Session Manager | Lokesh M | ASP.NET | 1 | 06-04-2008 09:52 AM |
| Kill a session | krishnaindia2007 | Oracle | 2 | 12-01-2007 01:21 AM |
| plain asp session | rumbleEye | ASP.NET | 1 | 11-14-2007 03:31 AM |