session management
i believe there are 3 modes of session management which are in process,state server and sql server.i am interested in retrieving the values stored in the session objects for all the 3 modes using an application external to the asp.net application.
for instance in the state server mode, the asp.net runtime will retrieve session management from the asp.net state service (aspnet_state.exe).can i use a console application to extract session information from this service?
thanks a lot
|