pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Logout button does not work #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Clicking on the "logout" button does not actually destroy your cookie, and
thus does not actually log you out of the system.

Original issue reported on code.google.com by shattere...@gmail.com on 17 Mar 2009 at 5:42

GoogleCodeExporter commented 9 years ago
For some reason clicking logout in tasks redirects you to /login and not
/login/logout. Messing around with the ah_url variable in
google/appengine/tools/dev_appserver_login.py seems to have no effect on this, 
so
will revisit this later with Raj (likely Friday).

Original comment by shattere...@gmail.com on 19 Mar 2009 at 1:50

GoogleCodeExporter commented 9 years ago
The logout button was set to <login_server>/login/logout but I can still press 
back 
and make changes to the application. Either the cookie was not clear correctly, 
or 
the app fails to authenticate (which is possible since "tasks" has been shown 
to be 
buggy).

Original comment by nlak...@gmail.com on 26 Mar 2009 at 10:58

GoogleCodeExporter commented 9 years ago
Fixed. New rewrite of AppLoadBalancer fixes this problem by properly destroying 
the
user's cookie.

Original comment by shattere...@gmail.com on 16 Nov 2009 at 6:41