Refactored Middleware::Session to call ->state and ->store inside more
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sat, 9 Jan 2010 20:02:37 +0000 (12:02 -0800)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sat, 9 Jan 2010 20:02:37 +0000 (12:02 -0800)
commitdc556d288372c683603594157b761bf94b8be39d
treee069132662027be49c2793f41e94e2b7c013e36d
parent3bf03fd8951879a11e51880cfefcd4219ca371bc
Refactored Middleware::Session to call ->state and ->store inside more
abstract methods so Cookie can override them easily without creating
an inline state/store objects.
lib/Plack/Middleware/Session.pm
lib/Plack/Middleware/Session/Cookie.pm