From: miker Date: Thu, 11 Mar 2010 18:04:55 +0000 (+0000) Subject: Backporting r15797: make the ses cookie go away when the browser is closed X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a81bb7ea518f2dd11b3189d943320b45ed978c21;p=Evergreen.git Backporting r15797: make the ses cookie go away when the browser is closed git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15799 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm b/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm index 5d31f187f8..1fd0994090 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm @@ -109,7 +109,7 @@ sub handler { -cookie=>$cgi->cookie( -name=>'ses', -value=>$auth_ses, - -path=>'/',-expires=>'+1h' + -path=>'/' ) ); return Apache2::Const::REDIRECT;