[pmwiki-users] AuthUser and SessionIds, were to store, timeouts

Patrick R. Michaud pmichaud at pobox.com
Tue Nov 28 07:28:30 CST 2006


On Tue, Nov 28, 2006 at 10:09:45AM +0100, Boris Schwarz wrote:
> I was wondering how some of you have set up the handling of your  
> session ids? Is it possible to let pmwiki save existing sessions into  
> a directory outside of the web hierachy? Or does it make more sense  
> to store sessions in a directory which is part of the web heriachy  
> and to protect the specific directory?

Ideally the sessions should go into a directory outside of the
web hierarchy.  Just use session_save_path() to identify the
directory to be used, and make sure the directory is writeable
by the webserver.

Pm




More information about the pmwiki-users mailing list