X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FSession%2FState%2FCookie.pm;h=cb7cfe9e88392484740840ced87db17417364401;hp=dfd10bd038649dc31a39aab358aeaef2f6ad719d;hb=2b79283a8e04ad092d02776e23fdfce4d31e2595;hpb=3cae740ceb73985f9183d4cc2863fc24dabd90ad diff --git a/lib/Catalyst/Plugin/Session/State/Cookie.pm b/lib/Catalyst/Plugin/Session/State/Cookie.pm index dfd10bd..cb7cfe9 100644 --- a/lib/Catalyst/Plugin/Session/State/Cookie.pm +++ b/lib/Catalyst/Plugin/Session/State/Cookie.pm @@ -253,7 +253,7 @@ a browser is not aware of HTTPOnly the flag will be ignored. Default value is 1. -Note1: Many peole are confused by the name "HTTPOnly" - it B +Note1: Many people are confused by the name "HTTPOnly" - it B that this cookie works only over HTTP and not over HTTPS. Note2: This parameter requires Catalyst::Runtime 5.80005 otherwise is skipped.