Re: [PHP-DB] Setting a timed-session

2004-10-01 Thread Andrew Kreps
On Fri, 01 Oct 2004 14:16:44 -0500, Philip Thompson <[EMAIL PROTECTED]> wrote: > This may be a bit elementary, however, I am confused on the > functionality of it. I am wanting to create a session that logs out > after a certain amount of time, no matter if the user is doing > something or not. I h

RE: [PHP-DB] Setting a timed-session

2004-10-01 Thread Bastien Koert
http://ca3.php.net/manual/en/function.session-set-cookie-params.php is what you need to look at. set_time_limit only sets a time limit for the script itself. it does not affect the sessions bastien From: Philip Thompson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP-DB] Set

[PHP-DB] Setting a timed-session

2004-10-01 Thread Philip Thompson
Hi all. This may be a bit elementary, however, I am confused on the functionality of it. I am wanting to create a session that logs out after a certain amount of time, no matter if the user is doing something or not. I have used the function `set_time_limit()`, but I don't know if I'm using it