1Apache::Session::GeneraUtsee:r:MCoodnUtnriiqbuuetIeddA(p3Pa)ecrhle:D:oSceusmseinotna:t:iGoennerate::ModUniqueId(3)
2
3
4
6 Apache::Session::Generate::ModUniqueId - mod_unique_id for session ID
7 generation
8
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
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
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
31 Apache::Session, Apache::Session::Flex, mod_unique_id
32
33
34
35perl v5.34.0 2021A-p0a7c-h2e2::Session::Generate::ModUniqueId(3)