Re: Caching and logged-in users

2009-03-09 Thread Håkan W
Rajesh, Thanks a lot for taking the time to explain, it helps a lot. /Håkan On Mar 9, 7:02 pm, Rajesh D wrote: > On Mar 9, 9:11 am, Håkan W wrote: > > > Hi all, > > > I'm a bit confused about the caching. I've started using per-view > > caching with the @cache_page decorator. > > > Now, if I

Re: Caching and logged-in users

2009-03-09 Thread Rajesh D
On Mar 9, 9:11 am, Håkan W wrote: > Hi all, > > I'm a bit confused about the caching. I've started using per-view > caching with the @cache_page decorator. > > Now, if I add this to pages that return private content to logged-in > users, will it do the right thing and not show information for o

Caching and logged-in users

2009-03-09 Thread Håkan W
Hi all, I'm a bit confused about the caching. I've started using per-view caching with the @cache_page decorator. Now, if I add this to pages that return private content to logged-in users, will it do the right thing and not show information for one logged-in user to another? And it must not sho