| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |
HTTP::Session::State::URI - embed session id to uri
HTTP::Session->new(
state => HTTP::Session::State::URI->new(
session_id_name => 'foo_sid',
),
store => ...,
request => ...,
);
This state module embeds session id to uri.
NOTE: This module doesn't support PSGI's $env for request.
You can set the session id name.
default: sid
HTML filter
redirect filter
for internal use only
URI sessions are very prone to session hijacking problems.
| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |