skip to main | skip to sidebar

Sanjeewa'S Tech Page

Wednesday, January 7, 2009

can increase your asp.net application session timeout

You can increase your asp.net application session timeout in below methods:
1) Include this in you web.config file:


2) in the session_start of global.asax

protected void Session_Start(Object sender, EventArgs e)
{
Session.Timeout = 540;
}
The value of session timeout is in minutes.
Posted by SS - LK at 12:04 AM

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ►  2010 (9)
    • ►  October (1)
    • ►  May (2)
    • ►  April (3)
    • ►  February (2)
    • ►  January (1)
  • ▼  2009 (29)
    • ►  December (2)
    • ►  October (2)
    • ►  August (3)
    • ►  July (3)
    • ►  June (3)
    • ►  May (3)
    • ►  April (5)
    • ▼  January (8)
      • Data formatting String in data grid asp.net
      • Combo box default selected item
      • Write a trigger in sql server
      • Onclient click navigation-java scrip
      • Using dictionaries for the check box area includei...
      • can increase your asp.net application session timeout
      • get the ip and find the what countre from where it...
      • Function for set UploadMaximum image file size
  • ►  2008 (46)
    • ►  November (1)
    • ►  October (14)
    • ►  August (11)
    • ►  May (7)
    • ►  April (1)
    • ►  March (2)
    • ►  February (10)
  • ►  2007 (33)
    • ►  December (1)
    • ►  November (7)
    • ►  October (11)
    • ►  September (12)
    • ►  July (2)
 

You like my blog?

Search This Blog

Followers