[open-ils-commits] r9903 - trunk/Open-ILS/web/js/dojo/openils
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jun 20 16:39:06 EDT 2008
Author: erickson
Date: 2008-06-20 16:39:03 -0400 (Fri, 20 Jun 2008)
New Revision: 9903
Modified:
trunk/Open-ILS/web/js/dojo/openils/User.js
Log:
another cookie path
Modified: trunk/Open-ILS/web/js/dojo/openils/User.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/User.js 2008-06-20 20:33:58 UTC (rev 9902)
+++ trunk/Open-ILS/web/js/dojo/openils/User.js 2008-06-20 20:39:03 UTC (rev 9903)
@@ -160,7 +160,7 @@
if(_u.authcookie) {
dojo.require('dojo.cookie');
- dojo.cookie(_u.authcookie, _u.authtoken);
+ dojo.cookie(_u.authcookie, _u.authtoken, {path:'/'});
}
},
More information about the open-ils-commits
mailing list