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 Where the session objects are stored? within the ASP.NET forums, part of the Web Development category; We are using session objects in our dot net application.. but i want to know where the session objects are stored?...
|
|||||||
|
|||
|
Where the session objects are stored?
We are using session objects in our dot net application.. but i want to know where the session objects are stored?
|
| The Following User Says Thank You to venkat.locharla For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: Where the session objects are stored?
Quote:
Session objects are stored in memory alotted to IIS worker process (aspnet_wp). Sessions expired after a specified amount and time and are removed from the memory. ---V V--- Vikas Vaidya |
|
|||
|
It depends on which mode of session you are using. There are two type of session mode 1) inproc and 2 ) outproc and in outproc we are having stateserver session mode and sql server session mode. When we used inproc, session object stored on "in memory of worker process (w3wp.exe)" , it will expire when the session is time out or recycle of worker process. For state server, session is stored in a external process (aspnet_state.exe) and for sql server its stored inside the database. Hope this will help you !!
|
| The Following User Says Thank You to AbhijitJ For This Useful Post: | ||
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| JPA Stored Procedures | hsavinash2001 | Java | 1 | 07-16-2009 05:47 AM |
| stored procedures | ronaldrahme | SQL | 4 | 07-02-2008 08:24 AM |
| Stored Procedure | malathim | Data Warehousing | 4 | 02-18-2008 10:28 AM |
| How QTP recognizes the objects stored in object repository | suneetham | QTP | 1 | 02-07-2008 11:16 AM |
| What is the file extension of objects that get stored | Geek_Guest | QTP | 3 | 06-22-2007 05:07 AM |