[freeside-commits] freeside/rt/lib/RT/Interface Web.pm,1.11,1.12
Ivan,,,
ivan at wavetail.420.am
Fri Jan 20 19:59:20 PST 2012
Update of /home/cvs/cvsroot/freeside/rt/lib/RT/Interface
In directory wavetail.420.am:/tmp/cvs-serv32398/lib/RT/Interface
Modified Files:
Web.pm
Log Message:
rt 3.8.11
Index: Web.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/lib/RT/Interface/Web.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -w -d -r1.11 -r1.12
--- Web.pm 19 Jul 2011 17:45:49 -0000 1.11
+++ Web.pm 21 Jan 2012 03:59:16 -0000 1.12
@@ -664,7 +664,8 @@
-name => _SessionCookieName(),
-value => $HTML::Mason::Commands::session{_session_id},
-path => RT->Config->Get('WebPath'),
- -secure => ( RT->Config->Get('WebSecureCookies') ? 1 : 0 )
+ -secure => ( RT->Config->Get('WebSecureCookies') ? 1 : 0 ),
+ -httponly => ( RT->Config->Get('WebHttpOnlyCookies') ? 1 : 0 ),
);
$HTML::Mason::Commands::r->err_headers_out->{'Set-Cookie'} = $cookie->as_string;
More information about the freeside-commits
mailing list