Revision history for Perl extension HTTP::Session
0.23
- CGI::Simple::Cookie support in HTTP::Session::State::Cookie.
0.22
- split id generator from core.
for the portability(Digest::SHA1 is not in perl core)
0.21
- fixed typo. orz.
0.20
- no Moose; for less memory/less loadtime
0.11
- fixed test problem(no feature changes)
reported by david++
0.10
- added Store::CHI
0.09
- added Store::DBM
0.08
- depend to HTTP::MobileAttribute
0.07
- added Store::OnMemory
- added State::GUID
0.06
- *_filter: through when state doesn't have a filter method
- fixed tests
0.05
- use duck typing
0.04
- remove_all was deprecated.
0.03
- fixed deps
0.02
- added $session->redirect_filter($url), $session->header_filter($res), $session->response_filter($res)
- Store::Debug is renamed to Store::Test. thanks to nekokak++
0.01_05
- added regenerate_sesion_id method
- check ip address
- added permissive option for mobile id state.
0.01_04
- fixed session fixation bug
- HTTP::Session::Store::Memory renamed to HTTP::Session::Store::Test
- added sample script
- call load_session automatically
0.01_03
- fixed deps
0.01_02
- State::Cookie: added expires option
- State::Cookie: change attribute name
0.01_01 Tue Oct 21 19:01:20 2008
- development release