Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Changing Admin login Session expiration
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

tolsky
Starting Member

23 Posts

Posted - 06 December 2004 :  11:18:49  Show Profile
When you go to the Admin options page and you have to relog in, I was wondering where the expiration for the new Session or Cookie variable was set so that I can make it last a little longer. Thanks.

Ben

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 06 December 2004 :  13:57:40  Show Profile  Send ruirib a Yahoo! Message
Session expiration is determined either through server settings or through the global.asa file. Snitz does not use a global.asa but if you're using Snitz integrated in another site, change that file as it suits you. Otherwise you need to create one.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

tolsky
Starting Member

23 Posts

Posted - 06 December 2004 :  15:05:19  Show Profile
I don't have a gloabl.asa file either but if all it is a session variable then that should be no problem. Thanks for the help.

Ben

quote:
Originally posted by ruirib

Session expiration is determined either through server settings or through the global.asa file. Snitz does not use a global.asa but if you're using Snitz integrated in another site, change that file as it suits you. Otherwise you need to create one.

Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 06 December 2004 :  20:45:15  Show Profile  Send ruirib a Yahoo! Message
It's not a session variable, it's the value of the Session.Timeout property. Just set a new value for this in the global.asa file and it will fix the issue for you. For example, do it in the Session_OnStart sub:

Sub Session_OnStart()
	(...)
	Session.Timeout = 15 'setting the session duration to 15 minutes
        (...)
End Sub


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07