NAME

OpenPlugin::Session::Apache - Apache driver (using Apache::Session) for the OpenPlugin session plugin

PARAMETERS

None.

CONFIG OPTIONS

  • expires

    You can set a detault expire time in the config file. If an expiration is not passed in with your data to cache, this default time from the config is used.

    Example: expires = +3h

  • parameters section

    See the Apache::Session docs.

    You'll also need to define a parameters block, which is used to pass parameters directly to Apache::Session. The parameters used depend on the Apache::Session driver being used. For instance, the following is what you would define if you wanted to store session in files:

    <parameters>
       Store         = File
       Directory     = /tmp/openthought   # Directories should begin with a "/"
       LockDirectory = /tmp/openthought
    </parameters

    Again, you'll find all of those parameters explained in the Apache::Session docs. This driver uses Apache::Session::Flex to interface with Apache::Session.

BUGS

None known.

TO DO

Nothing known.

SEE ALSO

Apache::Session OpenPlugin OpenPlugin::Session

COPYRIGHT

Copyright (c) 2001-2002 Eric Andreychek. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHORS

Eric Andreychek <eric@openthought.net>