[open-ils-commits] r15799 - branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/WWW (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Mar 11 13:04:59 EST 2010


Author: miker
Date: 2010-03-11 13:04:55 -0500 (Thu, 11 Mar 2010)
New Revision: 15799

Modified:
   branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm
Log:
Backporting r15797: make the ses cookie go away when the browser is closed

Modified: branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm	2010-03-11 18:04:33 UTC (rev 15798)
+++ branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm	2010-03-11 18:04:55 UTC (rev 15799)
@@ -109,7 +109,7 @@
 				-cookie=>$cgi->cookie(
 					-name=>'ses',
 					-value=>$auth_ses,
-					-path=>'/',-expires=>'+1h'
+					-path=>'/'
 				)
 			);
 			return Apache2::Const::REDIRECT;



More information about the open-ils-commits mailing list