Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to maintain Individual user sessions in asp.net

While login a website
Posted

1 solution

It is automatically maintained. your question is not clear.
do you want to add individual data to session? or do you want to store authentication information in session?

check these article
Exploring Session in ASP.NET[^]
http://msdn.microsoft.com/en-us/library/ms178581(v=vs.100).aspx[^]

ASP.NET Authentication
http://www.asp.net/web-forms/videos/authentication[^]
ASP.NET authentication and authorization[^]
http://msdn.microsoft.com/en-us/library/eeyk640h(v=vs.90).aspx[^]
 
Share this answer
 
v2
Comments
devchina 23-Feb-13 4:17am    
i want to store authentication information in session
Tharaka MTR 23-Feb-13 5:21am    
I have updated my answer with all the needed resources. please check
devchina 23-Feb-13 5:57am    
Thank You so Much

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900