Gossamer Forum
Home : Products : DBMan : Discussions :

invalid/expired sesssion.

Quote Reply
invalid/expired sesssion.
Oops, there was a problem logging into the system: invalid/expired user session.


I m getting this error often when ever I try to add a second record after adding first one, can anyone tell me the reason for this?

Furthermore, I m using DBMan on Secure Server, is it something due to Secure server.

Thanks, Zeshan.
Quote Reply
Re: [zeshan] invalid/expired sesssion. In reply to
Look in default.cfg and see what you have this setting at:

Code:
# The amount of time in seconds that user files are kept in the
# auth directory before the program removes them. 2-6 hours is
# probably a good value.
$auth_time = 21600; # 6 hours (in seconds)
Quote Reply
Re: [zeshan] invalid/expired sesssion. In reply to
also if you are using a hidden field for the username it could be causing the problem as well.
I ran into this when I was fiddling around with custom fields, but forgot how I fixed it

if you could, post the add_record sub from html.pl and your cfg file