pcimino / enyo-mvc-web-app

Implementation of Enyo MVC Bootplate
Apache License 2.0
3 stars 2 forks source link

Session data not clearing with logout #4

Closed pcimino closed 10 years ago

pcimino commented 10 years ago

Logout and then back in with a new user, seems like something isn't getting cleared out correctly.

pcimino commented 10 years ago

Can't reproduce

pcimino commented 10 years ago

Realized the issues: 1) On logout, the mvcApp.gravatarEmail is not cleared 2) On logout the mvcApp.adminFlag needs to be set to false

pcimino commented 10 years ago

Fixed