OpenInteract::Session::File - Create sessions within a filesystem


OpenInteract documentation  | view source Contained in the OpenInteract distribution.

Index


NAME

Top

OpenInteract::Session::File - Create sessions within a filesystem

SYNOPSIS

Top

 # In your configuration file

 [session_info]
 class       = Apache::Session::File
 ...

 [session_info.params]
 Directory     = /home/httpd/oi/sessions/data
 LockDirectory = /home/httpd/oi/sessions/lock
 ...

 [system_alias]
 session       = OpenInteract::Session::File

DESCRIPTION

Top

Provide a '_create_session' method for OpenInteract::Session so we can use a filesystem as a backend for Apache::Session.

Note that failure to create the session throws a '310' error, which clears out the session cookie so it does not keep happening. (See OpenInteract::Error::System for the code.)

METHODS

Top

_create_session( $session_id )

Overrides the method from parent OpenInteract::Session, using the configuration information:

BUGS

Top

None known.

TO DO

Top

Nothing.

SEE ALSO

Top

Apache::Session::File (Apache::Session::File)

OpenInteract::Session

COPYRIGHT

Top

AUTHORS

Top

Chris Winters <chris@cwinters.com>


OpenInteract documentation  | view source Contained in the OpenInteract distribution.