Nicholas Gerakines > Apache-Session-Generate-UUID-0.2 > Apache::Session::Generate::UUID

Download:
Apache-Session-Generate-UUID-0.2.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.2   Source  

NAME ^

Apache::Session::Generate::UUID - UUID for session ID generation

SYNOPSIS ^

  use Apache::Session::Flex;

  tie %session, 'Apache::Session::Flex', $id, {
      Store     => 'MySQL',
      Lock      => 'Null',
      Generate  => 'UUID',
      Serialize => 'Storable',
  };

DESCRIPTION ^

Apache::Session::Generate::UUID extends Apache::Session to allow you to create UUID based session ids. This module fits well with long-term sessions, so better using RDBMS like MySQL for its storage.

CONFIGURATION ^

There are no configuration options.

FUNCTIONS ^

generate

validate

AUTHOR ^

Nick Gerakines, <nick at socklabs.com>

BUGS ^

Please report any bugs or feature requests to bug-apache-session-generate-uuid at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Apache-Session-Generate-UUID. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT ^

You can find documentation for this module with the perldoc command.

    perldoc Apache::Session::Generate::UUID

You can also look for information at:

COPYRIGHT & LICENSE ^

Copyright 2006 Nick Gerakines, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.