Tagged Questions
1
vote
3answers
42 views
Implementing a login screen with tabs
I am working on an application which requires me to create a log in screen. The way I have planned to do this is have 2 tabs log in, sign up and what I wanted to know is I want to be able to have a ...
0
votes
2answers
206 views
logging in, logging out & session behavior
When you log out of a web app, should ALL your session be logged out? When I log out of the web app from the public library, should it also log me out of the session I have on my home computer?
When ...