[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Squirrel Mail on RAQ4r
- Subject: Re: [cobalt-users] Squirrel Mail on RAQ4r
- From: "Steve Werby" <steve-lists@xxxxxxxxxxxx>
- Date: Fri Aug 24 04:04:50 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"Curtis Ross" <Curtis_Ross@xxxxxx> wrote:
> Can someone with the RC1 Squirrel Mail installed on a RAQ do me a favour
> and check their /tmp folder. Is there a bunch od sess_ files in there
> from this program?
Yes. They are session management data files and they are a normal part of
running Squirrelmail. It's a feature of PHP that makes it easy to store
data related to a user as the user accesses multiple pages in an
application. See http://www.php.net/manual/en/ref.session.php for more
details. When a user clicks "Sign Out" the session will be destroyed and
the file will be deleted. If the user doesn't sign out the file will stay
there so you may want to write a script to periodically purge the sess*
files with a timestamp more than X days old.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/