<html>
<body>
<font size=3>At 08:20 PM 5/20/2007, Jeff Chimene wrote:<br>
<blockquote type=cite class=cite cite="">Hi,<br>
I'm trying to figure out why my sessions are expiring in<br>
script/xxx_cgi.pl but not script/xxx_server.pl</blockquote>[snip]<br>
<blockquote type=cite class=cite cite="">I'm using the Session,
Session::Store::FastMmap, Session::State::Cookie
plugins.</blockquote><br>
<a name="storage"></a>I've not used it, I'm guessing, and I'm an
idiot<a name="storage"></a>, but isn't this likely permissions problems,
between running standalone vs. running under Apache?&nbsp; Any chance the
backing storage file is not available to Apache processes?&nbsp; Peeking
at the docs:&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; storage<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Specifies the file to be
used for the sharing of session data. ...<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Note that the file will be
created with mode 0640, which means that<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; it will only be
writeable by processes running with the same uid as<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the process that creates
the file.&nbsp; .... <br><br>
Try deleting the backing file before re-running under Apache?
</font></body>
</html>