I added a "remember me" function to my login component and followed the advice of the authors on setting up the Cookie Store.
What I found, however, is when I set Cookie expiration to null and close the browser window without Logging Out, the session data is gone (Correct Behavior) BUT the session appears 'Authenticated' (Incorrect behavior).
Am I missing some way to automatically logout user?