So I am fiddling with creating a new webapp using the framework. Up until now, I have only created the older asp style webapps.
Here is a question/need that I have.
I noticed that if I log in, and then close the browser window.... For awhile (presumedly because my session is still active for a certain period), I can go back in and I am still logged in.
In my proof of concept, my customers often have employees sharing the same computer, so I need it to logout automatically when the browser window is closed. Any suggestions?