1Apache::Session::GeneraUtsee:r:MCoodnUtsreirbturtaeAcdpka(Pc3eh)rel::DSoecsusmieonnt:a:tGieonnerate::ModUsertrack(3)
2
3
4

NAME

6       Apache::Session::Generate::ModUsertrack - mod_usertrack for session ID
7       generation
8

SYNOPSIS

10         use Apache::Session::Flex;
11
12         tie %session, 'Apache::Session::Flex', $id, {
13             Store     => 'MySQL',
14             Lock      => 'Null',
15             Generate  => 'ModUsertrack',
16             Serialize => 'Storable',
17             ModUsertrackCookieName => 'usertrack', # optional
18         };
19

DESCRIPTION

21       Apache::Session::Generate::ModUsertrack enables you to use cookie
22       tracked by mod_usertrack as session id for Apache::Session framework.
23       This module fits well with long-term sessions, so better using RDBMS
24       like MySQL for its storage.
25

CONFIGURATION

27       This module accepts one extra configuration option.
28
29       ModUsertrackCookieName
30           Specifies cookie name used in mod_usertrack. "Apache" for default,
31           so change this if you change it via "CookieName" directive in
32           mod_usertrack.
33

LIMITATION WITHOUT MOD_PERL

35       This module first tries to fetch named cookie, but will in vain ONLY
36       WHEN the HTTP request is the first one from specific client to the
37       mod_usertrack enabled Apache web server. It is because if the request
38       is for the first time, cookies are not yet baked on clients.
39
40       If you run scripts under mod_perl, this module tries to steal (not yet
41       baked) cookie from Apache request notes.
42
43       See Apache for details.
44

AUTHOR

46       Tatsuhiko Miyagawa <miyagawa@bulknews.net>
47
48       This library is free software; you can redistribute it and/or modify it
49       under the same terms as Perl itself.
50

SEE ALSO

52       Apache::Session, Apache::Session::Flex, mod_usertrack
53
54
55
56perl v5.30.1                      202A0p-a0c1h-e2:9:Session::Generate::ModUsertrack(3)
Impressum