This is a discussion on What are the different types of Session state management options available with ASP.N within the ASP and ASP.NET Programming forums, part of the Web Development category; What are the different types of Session state management options available with ASP.NET?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Three Modes of Session State Is available In Asp.net InProc Mode - The session State is stored In the Memory of the local where ASPnet_Wp.exe Process is runnning.When we Restart the application or reboot the IIS , the session state is lost State Server - The session state is serialized and stored in a Seperate Process (ASPnet_state.exe).It can be stored on a Seperate system If needed. SQL Server - The session State is Serialized and Stored in the Sql Server Database. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I copy multiple options from one options list to another? | itbarota | HTML, CSS and Javascript Coding Techniques | 2 | 10-30-2007 12:29 AM |
| How do you check that a selection in an options list has been selected? | Pvinothkumar | HTML, CSS and Javascript Coding Techniques | 1 | 10-17-2007 11:17 PM |
| Where do you specify session state mode in ASP.Net? | oxygen | ASP and ASP.NET Programming | 1 | 07-30-2007 07:34 AM |
| "Understanding Session State Modes" - to help you to understand the difference betwee | Archer | ASP and ASP.NET Programming | 1 | 07-24-2007 12:44 AM |
| How will ASP.NET handle session management? | prasath | ASP and ASP.NET Programming | 1 | 07-19-2007 02:53 AM |