I'm using Sharepoint 2010 with Forms Based Authentication. SPClaimsUtility.AuthenticateFormsUser() works fine but causes a cookie to be persistent - as if "Remember Me" was clicked. But, I would like the user to be logged in only for the browser session. So when users close the browser, they...