How to increase the time connection in ASP.NET after Login in

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • minhtran
    New Member
    • Feb 2008
    • 28

    How to increase the time connection in ASP.NET after Login in

    Hi all
    I am creating a web page (ASP.NET, C# and VB.NET), after login successfully, I wish to increase the connection time up to half an hour (30 minutes) for user. At the moment the web page has a connection with fews minutes then the user has to login in again. Anyone has any idea or has any experience about this matter, please help me with sample code, I appreciate so much for you help.
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    In web.config file of your ASP.NET project set the connection timeout period of Session to 30.......please search Google or read some book how to do so....

    Comment

    Working...