![]() |
Admin Login Timing Out |
Post Reply ![]() |
Author | |
catherinem ![]() Newbie ![]() Joined: 04-February-2007 Location: United States Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() Posted: 04-February-2007 at 6:53am |
One of our administrators is complaining that he's timing out after 15 minutes during his session and would like an increase. Where can I adjust the setting for this? Thanks, |
|
![]() |
|
netprofits ![]() Certified ProductCart Developers ![]() Joined: 05-January-2006 Location: United States Status: Offline Points: 22 |
![]() ![]() ![]() ![]() ![]() |
This is primarily a server issue and can be reolved in 3 ways. The easiest is to add a line to your AdminHeader.asp file as follows:
Where x equals the number of minutes before timing out. So for example, you could make it Session.Timeout=60 to force it to not timeout for 60 minutes. You can also setup a Session_OnStart script in your global.asa file to set the session.timeout for the whole web site. The third option is to change the Session Timeout option in IIS but most people don't have access to that with their web hosting service. If you still experience short timeouts after making one of these changes, it may be that the hosting service has another application in the same application pool as your web site and the other web application has errors which cause your site to be reset as well. |
|
![]() |
|
Confetti ![]() Newbie ![]() Joined: 29-May-2007 Location: United States Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
Net P,
Quick question on the "Easy way". You say... Add a line to your adminHeader.asp. Can you tell me where to add? On my unmodified v311 copy on line 31? After <Meta - Before <script ? Line 30 - <meta name="description" Here? Line 31 - <script type= Thanks, Dale |
|
![]() |
|
netprofits ![]() Certified ProductCart Developers ![]() Joined: 05-January-2006 Location: United States Status: Offline Points: 22 |
![]() ![]() ![]() ![]() ![]() |
You can add it right after the following line:
Session.LCID = 1033
It must be before the %> which closes an ASP code section. |
|
![]() |
|
GMKelly ![]() Newbie ![]() ![]() Joined: 14-June-2006 Location: United States Status: Offline Points: 3 |
![]() ![]() ![]() ![]() ![]() |
After adding this line my whole control panel changed from color to over all look?
|
|
Gerrit
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |