Session Management
-
Hi Friends, The following question was asked me in my interview. Since i am new to .net technology, Please help me to know the answer for this question. How Session Management is handled by ASP.NET? Thanks in Advance, Regards,
Prya
-
Hi Friends, The following question was asked me in my interview. Since i am new to .net technology, Please help me to know the answer for this question. How Session Management is handled by ASP.NET? Thanks in Advance, Regards,
Prya
session object contains the user information. it will be created in the server side and it has some methods and properties. you can set the session values programmatically and you can delete the session through the session.abandon method. every session has individual unique id to identify the session.
All The Best Sathesh Pandian