From c5ec6def0cf03943a04770702b8f28a2d9dcea78 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 20 Jun 2008 20:33:36 +0000 Subject: [PATCH] store the ses cookie globally git-svn-id: svn://svn.open-ils.org/ILS/trunk@9901 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/User.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/openils/User.js b/Open-ILS/web/js/dojo/openils/User.js index cb04539556..980a03fb74 100644 --- a/Open-ILS/web/js/dojo/openils/User.js +++ b/Open-ILS/web/js/dojo/openils/User.js @@ -119,7 +119,7 @@ if(!dojo._hasResource["openils.User"]) { _u.getBySession(onComplete); if(_u.authcookie) { dojo.require('dojo.cookie'); - dojo.cookie(_u.authcookie, _u.authtoken); + dojo.cookie(_u.authcookie, _u.authtoken, {path:'/'}); } } authReq.send(); -- 2.43.2