[open-ils-commits] r15797 - trunk/Open-ILS/src/perlmods/OpenILS/WWW (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Mar 11 13:03:56 EST 2010


Author: miker
Date: 2010-03-11 13:03:53 -0500 (Thu, 11 Mar 2010)
New Revision: 15797

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

Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm	2010-03-11 16:33:18 UTC (rev 15796)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm	2010-03-11 18:03:53 UTC (rev 15797)
@@ -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