If you are using "django.contrib.auth", you can use the
logout_then_login method, which logs out a user, then redirects to the
login page. Since its redirected, you will be brought back to the
login page even if the user hits the back button.

-- Raja

On Nov 7, 9:21 am, jai_python <[EMAIL PROTECTED]> wrote:
> But closing browser after logout in not a proper solution for this
> issue right? just take gmail as example, after logout from gmail
> accont and hit back button, it will prompt to login page, this is one
> proper method for secure our data. Does django supports this
> methodology ?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to