- Add BUILD_DEPENDS+= p5-Test-Fatal for make test
(upstream)
- Update 0.25 to 0.30
-------------------
0.30 2015-03-02 10:24:38 PST
- Fix VERSION
0.29 2015-02-17 15:56:25 PST
- Moved repo to the plack organization on github
0.28 2015-02-16 08:30:08 PST
- Same as 0.27. Make it non-trial
0.27 2015-02-13 16:52:11 PST
- Added late_store in psgix.session.options to update the
session after the streaming and reverts the default
behavior to pre-0.26 (reported by darkkar, fixed by alexmv)
#29, #30
0.26 2015-02-03 09:17:38 CET
- Improved documentation (oalders, basiliscos, Mohammad Anwar, alexmv)
- Session storage is now updated in the cleanup phase, after
the streaming is complete (alexmv) #28
Add missing DEPENDS
Upstream changes:
0.25 2014-09-28 20:07:42 PDT
- Make tests safer for parallel execution. #21
0.24 2014-09-05 04:49:59 PDT
- No changes since 0.23
0.23 2014-08-11 10:22:40 PDT
- Changed the warning to error, when secret is not set.
0.22 2014-08-11 10:16:51 PDT
- Document the vunlerability of using this middleware without secret, and
warn when secret is not set on the runtime. In the next release the default
will be changed to require the secret. (mala)
0.21 2013-10-12 11:41:37 PDT
- use Cookie::Baker (kazeburo)
Changes from previous:
0.14 Tue Mar 29 13:48:42 PDT 2011
- Support get_dbh callback in Store::DBI (kazeburo)
0.13 Wed Dec 22 08:56:52 PST 2010
- Added WARNINGS to deprecate request parameter based session state from the default state
- Added 'change_id' option for paranoids against session fixation (s-aska, nihen)
NetBSD Packages Collection.
The Perl 5 module Plack::Middleware::Session is a Plack middleware
component for session management. By default it uses cookies to
keep session state and store data in memory. It also comes with
other state and store solutions.