Changes for version 0.07 - 2005-06-11
- This module has been renamed to CGI::Application::Plugin::Session, and hence CGI::Application::Session has been depricated. This will be the last official version of this module (barring any serious bugs). CGI::Application::Plugin::Session version 0.07 is identical in everything but name to this module, so it is a drop in replacement.
- New config option DEFAULT_EXPIRY which will automatically call the CGI::Session 'expire' method for all newly created sessions
- The cookie now sets the Expires header based on the expiry time of the CGI::Session object (patch by Mark Stosberg)
- Changed the hash key where we store all the private info in the CGI::Application object to be a bit more unique to this plugin module
- expanded the coverage of the test suite
- Bugs:
- If you didn't import the session_cookie method into your namespace, calls to $self->session would fail.
- If you called session_cookie manually, it was possible under specific conditions that the session wasn't created yet, and the cookie would not be created properly
Modules
DEPRICATED in favour of CGI::Application::Plugin::Session