Hii all.,
I've some doubts on sessions in asp.net .
If the client send a first request to a website then in response the site sends a sessionId which will be stored in browser as a sessioncookie upto this point its clear for me.
If the same client sends the second request the session ID should send to the server to idetify the user.my question is How this will be send to the server??
second question:
why not the session_End event won't get fired if the session mode is OUTProc??if i want to execute some code when session ends where can i put that code??
Thanks in advance for your help.
Goodday.
Rgds,
Tirumala Reddy.B
I've some doubts on sessions in asp.net .
If the client send a first request to a website then in response the site sends a sessionId which will be stored in browser as a sessioncookie upto this point its clear for me.
If the same client sends the second request the session ID should send to the server to idetify the user.my question is How this will be send to the server??
second question:
why not the session_End event won't get fired if the session mode is OUTProc??if i want to execute some code when session ends where can i put that code??
Thanks in advance for your help.
Goodday.
Rgds,
Tirumala Reddy.B
Comment