If you are using the "django.contrib.auth" app, then the logout_then_login method should logout the user, then redirect them to the login screen. Since this is a http redirect, doing a back after logout will still bring them back to login page.
-- 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 -~----------~----~----~----~------~----~------~--~---