If logout wouldn't work, that would be really important - sure.

But it needn't to be appengine creating this result, it can be your
own code too.

Session management is usually done with a token stored in cookie.
Logout just means deleting this cookie.

Perhaps you forgot to trigger cookie deletion or you forgot to make
the result visible at once by changing 'User1 Logout' to 'Login'.

Such visual display errors would be critical only if you could request
a server response successfully as logged in user after logging out.
Did you try?

On the whole, please describe more details to enable a detailed
answer.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to