NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 06, 2009, 04:44:22 AM
-
Hi,
Which is the porpouse of Logout?
I think nobody use it, the user simply goes to another site or turn off the pc and the NTWS is suppoused to logout the session after timeout.
What if I do not include it in my site?
THanks
Alberto
-
There is no problem if you un-include it from your site. As you say, the session will timeout by itself anyway.
In high-security situations though it's preferable to do an explicit logout. During the period you are logged in it is possible to use your session number, even if you have left the PC. Now where security is an issue you'd be using SSL anyway, so this window is very small. But you'll notice your bank encourages you to explicitly logout. The window is very small, but it exists, so it's safer to close the window.
That said the window is _very_ small, timewise, and geographically. People leaqve their banking web sites every day without logging out.
Cheers
Bruce