Gossamer Forum
Home : Products : DBMan : Customization :

Staying Logged In

Quote Reply
Staying Logged In
Can someone tell me how I can allow users to stay logged in using DBman?
Quote Reply
Re: [nascargyrl] Staying Logged In In reply to
Do you mean even after they have left the database? Or just for a longer period of time for each session?

You can use the cookie mod so that they don't have to login each time.

You can extend the timeout set within the .cfg file, using some of these examples:

# 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)
$auth_time = 10800; # 3 hours (in seconds)
$auth_time = 1200; # (20 minutes)
$auth_time = 600; # (10 minutes)

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/