Changes for version 0.01_04
- fixed session fixation bug
- HTTP::Session::Store::Memory renamed to HTTP::Session::Store::Debug
- added sample script
- call load_session automatically
Changes for version 0.01_03
- fixed deps
Changes for version 0.01_02
- State::Cookie: added expires option
- State::Cookie: change attribute name
Changes for version 0.01_01 - 2008-10-21
- development release
Modules
simple session
Maintain session IDs using cookies
Maintain session IDs using mobile phone's unique id
state module for testing
embed session id to uri
store session data on memory for debugging
store session data in memcached
dummy module for session store
Provides
in lib/HTTP/Session.pm
in lib/HTTP/Session/Role/State.pm
in lib/HTTP/Session/Role/Store.pm