mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
a4e17cb4c6
MasonX::Request::WithApacheSession is an interface to Apache::Session which can be used from within HTML::Mason. It provides session and cookie handling services. PR: 54798 Submitted by: Nick Hilliard <nick@foobar.org>
21 lines
756 B
Plaintext
21 lines
756 B
Plaintext
This module provides a interface between HTML::Mason and Apache::Session, in
|
|
effect, providing full session and cooking handling from within HTML::Mason.
|
|
|
|
When run under the ApacheHandler module, this module attempts to first use
|
|
Apache::Cookie for cookie-handling. Otherwise it uses CGI::Cookie as a
|
|
fallback.
|
|
|
|
This module accepts quite a number of parameters, most of which are simply
|
|
passed through to Apache::Session. For this reason, you are advised to
|
|
familiarize yourself with the Apache::Session documentation before
|
|
attempting to configure this module.
|
|
|
|
Use 'perldoc MasonX::Request::WithApacheSession' for information on how to
|
|
use the module.
|
|
|
|
MasonX::Request::WithApacheSession was written by Dave Rolsky.
|
|
|
|
|
|
-- Nick Hilliard
|
|
nick@foobar.org
|