Added 'httponly' to Cookie state options.
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sat, 30 Jan 2010 09:36:13 +0000 (01:36 -0800)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sat, 30 Jan 2010 09:36:13 +0000 (01:36 -0800)
commit442b79a8223a0e29b95035f5f47a8b78480cf6a2
tree4091af7acab1a3ca6fc0e46b4d81b9d550c9cf66
parentee51674d7247c5988d29d157068fa1aef2f515ca
Added 'httponly' to Cookie state options.

Support passing runtime configurations from psgix.session.options to
override domain, path, expires etc. from the apps.
lib/Plack/Session/State/Cookie.pm
t/014_cookie_options.t [new file with mode: 0644]
t/015_cookie_options_mw.t [new file with mode: 0644]