Frank Stanovcak wrote:
So from everything I've read there is no real way to assure a session
timeout with out timestamping it myself and dealing with it in code by
doing a time compare.
bummer.
you're probably storing the session in a session cookie (which is
default) so session.cookie_lifetime will come in to play; you've got it
set to 0 so no session will timeout until the browser controlling the
session is closed and restarted.. try changing it to 30 as well then you
should find all sessions time out after 30 seconds of in activity
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php