Snort mailing list archives

RE: how to clean php session files in /tmp


From: "Michael Scheidell" <scheidell () fdma com>
Date: Wed, 17 Oct 2001 15:42:10 -0400

From: Kevin Brown <Kevin.M.Brown () asu edu>
Subject: RE: [Snort-users] how to clean php session files in /tmp
To: 'Michael Scheidell' <scheidell () fdma com>,
snort-users () lists sourceforge net

You need to set a session timeout value.  After that time goes by the
session should automatically go away.

Only see these three that even remotely look like they might have something
to do with it.

setting cache_expire to 5 to see what happens

; After this number of seconds, stored data will be seen as 'garbage' and
; cleaned up by the garbage collection process.
session.gc_maxlifetime = 1440

and
; Lifetime in seconds of cookie or, if 0, until browser is restarted.
session.cookie_lifetime = 0

and
; Document expires after n minutes.
session.cache_expire = 180

--
Michael Scheidell
Florida Datamation, Inc.


_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: