Baxter - do you mean browser caching, or Django caching? Don't know how to do the latter (yet), so whatever the default is for this - that's what I've got.
Thanks for all the replies, people. Still working on the user authentication aspect; seems like I'm zeroing in on the right functionality, but sometimes the behavior I'm seeing is so arbitrary I begin to suspect possession by an evil spirit... On Jun 9, 3:19 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > And caching > > On Jun 9, 2:02 pm, Alex Koshelev <[EMAIL PROTECTED]> wrote: > > > Check if your cookies are enabled. > > > On 9 июн, 22:47, bcrem <[EMAIL PROTECTED]> wrote: > > > > Sorry, get_user(request) was a blind alley; I'm actually using 'user = > > > request.user' right now, and my first attempt was 'if > > > request.user.is_authenticated():' as you suggest. Behavior's the > > > same. > > > > On Jun 9, 2:29 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > > wrote: > > > > > what happens when you if you try > > > > user = request.user > > > > > or (better yet) > > > > > if request.user.is_authenticated(): > > > > ... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

