mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
e69c4b5265
Apache::Session.
13 lines
545 B
Plaintext
13 lines
545 B
Plaintext
This module is a simple wrapper around Apache::Session which provides some
|
|
methods to simplify getting and setting the session id.
|
|
|
|
It can uses cookies to store the session id, or it can look in a provided
|
|
object for a specific parameter. Alternately, you can simply provide the
|
|
session id yourself in the call to the session() method.
|
|
|
|
If you're using Mason, you should probably take a look at
|
|
MasonX::Request::WithApacheSession first, which integrates this module directly
|
|
into Mason.
|
|
|
|
WWW: http://search.cpan.org/dist/Apache-Session-Wrapper/
|