1Apache::Session::GeneraUtsee:r:MCoodnUtnriiqbuuetIeddA(p3Pa)ecrhle:D:oSceusmseinotna:t:iGoennerate::ModUniqueId(3)
2
3
4

NAME

6       Apache::Session::Generate::ModUniqueId - mod_unique_id 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  => 'ModUniqueId',
16              Serialize => 'Storable',
17         };
18

DESCRIPTION

20       Apache::Session::Generate::ModUniqueId enables you to use unique id
21       generated by mod_unique_id as session id for Apache::Session framework.
22       Using mod_unique_id would ensure higher level uniquess of id.
23

AUTHOR

25       Tatsuhiko Miyagawa <miyagawa@bulknews.net>
26
27       This library is free software; you can redistribute it and/or modify it
28       under the same terms as Perl itself.
29

SEE ALSO

31       Apache::Session, Apache::Session::Flex, mod_unique_id
32
33
34
35perl v5.28.1                      2019A-p0a2c-h0e2::Session::Generate::ModUniqueId(3)
Impressum