D
Dhaval Mehta
Thanks in advance
I want sessions information for the asp .net application (
mainly SessionId). I am using Oracle as back end. I have sessionid
using Session.SessionID in asp .net.
I am gettin session id value in program like
"piaelorpl0xqn0vtjlawi2vq".
I want complete information for this ID like start time, last access
time etc.
I can get all of this information when sessionstate mode is SQLServer
but i dont know how to get when mode is StateServer.
I have set session time out 10 minutes in web.config and sessionstate
mode=stateserver. Now i want find which sessions are live at the time
of Login in my application.
I want sessions information for the asp .net application (
mainly SessionId). I am using Oracle as back end. I have sessionid
using Session.SessionID in asp .net.
I am gettin session id value in program like
"piaelorpl0xqn0vtjlawi2vq".
I want complete information for this ID like start time, last access
time etc.
I can get all of this information when sessionstate mode is SQLServer
but i dont know how to get when mode is StateServer.
I have set session time out 10 minutes in web.config and sessionstate
mode=stateserver. Now i want find which sessions are live at the time
of Login in my application.