From: Graham Knop Date: Wed, 7 Jul 2010 09:04:49 +0000 (-0500) Subject: document httponly cookie option X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Session.git;a=commitdiff_plain;h=69ae8212d5751293accb35199e911f4e00a5efc7 document httponly cookie option --- diff --git a/lib/Plack/Session/State/Cookie.pm b/lib/Plack/Session/State/Cookie.pm index bb61a97..95a6a24 100644 --- a/lib/Plack/Session/State/Cookie.pm +++ b/lib/Plack/Session/State/Cookie.pm @@ -102,8 +102,8 @@ L. =item B -The C<%params> can include I, I, I and -I options, as well as all the options accepted by +The C<%params> can include I, I, I, I, +and I options, as well as all the options accepted by L. =item B @@ -126,6 +126,11 @@ per browser session. Secure flag for the cookie, if nothing is supplied then it will not be included in the cookie. +=item B + +HttpOnly flag for the cookie, if nothing is supplied then it will not +be included in the cookie. + =back =head1 BUGS