Showing posts with label session. Show all posts
Showing posts with label session. Show all posts

May 22, 2014

Creating and Using Sessions in ASP.Net and C#

The Session object lets you create user sessions having a valid time before expiry , default time is 20 minutes. It has many uses and not...