soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Generated Login page should be contained within a Session, not the root #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a LoginHandler
2. Generate code for the application
3. Enter in login details, and login
4. Logout
5. Visit the login page

What is the expected output? What do you see instead?
Expected: The login page information is cleared
Actual: The login page information remains populated, and is also visible
to all visitors

The generated Login page should be stored within a Session, and not
directly within the parent InternetApplication. That way, login information
is only shared with the current session user.

Original issue reported on code.google.com by soundasleep on 10 Sep 2009 at 1:27

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 5 Oct 2009 at 10:58

GoogleCodeExporter commented 9 years ago
Resolved in r1838.

Original comment by soundasleep on 6 Apr 2010 at 12:05