Re: How to clear local cache when users logout

2009-09-28 Thread Tom Chiverton
On Thursday 24 Sep 2009, Nathan Chen wrote: > How do you clear users' local cache after they log out and the session > variable is cleared? I can clear the session on the server, but if users > click the Back button, they can still get back and that's not what I > want. This must have been discus

RE: How to clear local cache when users logout

2009-09-25 Thread Imperial, Robert
I tend wrap content in a stuffsend them back to login type deal, no need to clear anything client side (even if you could). Bob -Original Message- From: Nathan Chen [mailto:nathan.c...@cu.edu] Sent: Thursday, September 24, 2009 6:54 PM To: cf-talk Subject: How to clear local cache when

Re: How to clear local cache when users logout

2009-09-24 Thread denstar
You could do something using javascript, I reckon, but really, you're not s'pozed to be able to mess with the client. Nature of the beast. So long as you check authentication with each request, you should be fine, regardless. -- Under all speech that is good for anything there lies a silence t

How to clear local cache when users logout

2009-09-24 Thread Nathan Chen
All: How do you clear users' local cache after they log out and the session variable is cleared? I can clear the session on the server, but if users click the Back button, they can still get back and that's not what I want. This must have been discussed but I guess I missed. Nathan Chen