Middleware added, cookie state added, and example psgi app
authorStevan Little <stevan.little@iinteractive.com>
Sat, 12 Dec 2009 02:26:07 +0000 (21:26 -0500)
committerStevan Little <stevan.little@iinteractive.com>
Sat, 12 Dec 2009 02:26:07 +0000 (21:26 -0500)
commitbd9929816cf057ad9241d9fe5a857d44c69d0559
tree1b54cd72bdd93cfead248c68ef3cc31b9eb10ba8
parent06190e8b6e64fd1c33fc2089ddf0d42e0db28f4b
Middleware added, cookie state added, and example psgi app
examples/app.psgi [new file with mode: 0644]
lib/Plack/Middleware/Session.pm [new file with mode: 0644]
lib/Plack/Session.pm
lib/Plack/Session/State.pm
lib/Plack/Session/State/Cookie.pm [new file with mode: 0644]
t/001_basic.t