Or you can give the effect by having javascript close the browser window. Of course that will cause a wwarning saying "this page is trying to close the browser - do you want to continue?"
But that way they feel they are completely off, when in fact they will never be off since it is an integrated login.
Main Topics
Browse All Topics





by: rdivilbissPosted on 2005-12-20 at 12:23:34ID: 15521470
Since integrated authentication simply passes the login credentials from the client browser to the Intranet site, there really isn't a login there per se. The login occured on the windows client machine.
If you are worried about a browser being left open on the windows client thus being exposed to unautorized use of the Intranet site, your best bet is to enforce good client security, susch as password protected screen savers.
But if it makes some one feel better to force a "log off" on the Intranet by means of a button, simply create a new virtual site on the server. Put one page in the site, shich displays a log off message and disable integrated windows authentication for that site. Make the action of your button redirect the user to that sites page.
You are not preventing the user from simply going back to the page that was being used and being instantly recognozed as he never logged on to the web site. His login credentials from the domain were used.