From 6cde0e09c2206d08236c54d78e1801ec61d2ade4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Jul 2011 22:16:17 +0800 Subject: [PATCH] Pman.Login.js --- Pman.Login.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pman.Login.js b/Pman.Login.js index caa822f5..497080e7 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -483,6 +483,8 @@ Pman.Login = new Roo.util.Observable({ this.dialog.show(); this.dialog.el.unmask(); this.resizeToLogo.defer(1000,this); + + // if we have not created a provider.. do it now... if (!Roo.state.Manager.getProvider().expires) { Roo.state.Manager.setProvider(new Roo.state.CookieProvider()); } -- 2.39.2