Hi,
I want to know about session management.In what & where situations we use session management?Basic ideas behind this?Can anyone help me to learn,work this?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Iftikar HussainPosted Jul 21, 2013, 12:27 AM
Please refer the below link
http://www.w3schools.com/asp/asp_sessions.asp
http://msdn.microsoft.com/en-us/library/ms178581(v=vs.100).aspx
Regards,
Iftikar
Sanjeeb LenkaPosted Jul 20, 2013, 2:55 PM
scenario:-
in user login we store the username in session to access it in all page.
for details about session management refer to this link
http://www.codeproject.com/Articles/416137/Understanding-Session-Management-Techniques-in-ASP
Abhineet SrivastavaPosted Jul 20, 2013, 12:02 PM
So persist the data across the postback,Session management technique use.