Message from discussion
maintaining logged in user longer outside of SessionVar
MIME-Version: 1.0
Received: by 10.101.61.19 with SMTP id o19mr873187ank.19.1256161484736; Wed,
21 Oct 2009 14:44:44 -0700 (PDT)
Date: Wed, 21 Oct 2009 14:44:44 -0700 (PDT)
In-Reply-To: <cdbebedf0910211435y57d1ff2ave9f6aef500d3357e@mail.gmail.com>
X-IP: 129.44.56.112
References: <effa629c-89ef-4281-ad12-a4846f832f07@k26g2000vbp.googlegroups.com>
<cdbebedf0910191123t67023be3lbf1c822c803c6a5d@mail.gmail.com>
<06a041e6-0073-42df-a83c-3907be833cd7@l34g2000vba.googlegroups.com>
<cdbebedf0910211435y57d1ff2ave9f6aef500d3357e@mail.gmail.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US;
rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3,gzip(gfe),gzip(gfe)
Message-ID: <9c230e39-2176-410f-ab58-3f48498e4b64@p9g2000vbl.googlegroups.com>
Subject: Re: maintaining logged in user longer outside of SessionVar
From: harryh <har...@gmail.com>
To: Lift <liftweb@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
> It's going to load the user for each stateful request.
What do you mean by a stateful request?
> I guess we can change it up to make the load lazy so it'll only happen in=
the requestvar is
> actually accessed. =A0Does that sould reasonable?
If that makes it so I don't hit the database when loading static
files, then yes.