I think you should use the forget authentication api function: http://docs.pylonsproject.org/projects/pyramid/dev/api/security.html
2011/10/27 Cornelius Kölbel <[email protected]>: > Hi list, > > I got a web application with the webserver's basic authentication. (yes, > true. At the moment this can not be changed) > Nevertheless I tried to make the browser forget the credentials by sending a > > > from webob.exc import HTTPUnauthorized > raise HTTPUnauthorized() > > But the browser still remembers the login. > > Any idea on this? > > Thanks a lot and kind regards > Cornelius > > -- Bruno Binet Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Mail : [email protected] http://www.camptocamp.com -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
