New Message on dotNET User Group Hyd

IIS ASP.Net Session timeout

Reply
  Reply to Sender   Recommend Message 1 in Discussion
From: sivaji

Hi,

 I've been informed that the session timeout for one of our web applications
 should now be 60 minutes instead of the default 20 minutes.

 I've gone into the web.config file, and changed the sessionState element to
 look like this:
 <sessionState mode="InProc"
         stateConnectionString="tcpip=127.0.0.1:42424 <http://127.0.0.1:42424>
 "sqlConnectionString="data
 source=127.0.0.1 <;Trusted_Connection=yes"cookieless="false'>http://127.0.0.1>;Trusted_Connection=yes"cookieless="false"
 timeout="60" />

 I've also added Session.Timeout() = 60 to the Global.asax.vb file's
 Session_OnStart()

 I also added Session.Timeout() = 60 to my PageLoad event.

 I even went into the configuration settings in IIS and changed the default
 timeout for this particular application to 60 minutes.

 The problem is, the timeout is still only 20 minutes.

 Am I missing something? let me know immediately.

 Thanks
 sivaji raju.

View other groups in this category.

Click Here
Also on MSN:
Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes

To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.

Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.

If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.

Reply via email to