At 03:27 AM 8/14/01, Michael A Nachbaur wrote:
>I'm using Apache::Session::File, and am setting a cookie for my 
>sessionid,
>and my code is currently running in plain-old CGI mode (one of the 
>libraries
>I'm using keeps segfaulting under mod_perl for some strange 
>reason).  When I
>visit the CGI, it successfully creates the session file in the /tmp
>directory, and all subsequent accesses to the page successfully load 
>the
>session information from the right file on disk.  However, my problem 
>is
>that any value I set in my session is never updated on disk.  I have 
>tried
>explicitly calling tied(%session)->save and delete, to no avail.
>Permissions look good, the disk isn't full, and obviously it was able 
>to
>access the disk in the first place since it was able to write the 
>session
>file to disk.

Isn't that what tied(%session)->make_modifed; is for?

Todd

Reply via email to