[freeside-commits] freeside/rt/lib/RT/Interface Web.pm, 1.11, 1.11.2.1

Ivan,,, ivan at wavetail.420.am
Fri Jan 20 20:01:56 PST 2012


Update of /home/cvs/cvsroot/freeside/rt/lib/RT/Interface
In directory wavetail.420.am:/tmp/cvs-serv1790/lib/RT/Interface

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	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.11.2.1
diff -u -w -d -r1.11 -r1.11.2.1
--- Web.pm	19 Jul 2011 17:45:49 -0000	1.11
+++ Web.pm	21 Jan 2012 04:01:54 -0000	1.11.2.1
@@ -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