> The best way around this is to close the browser window, if 
> it's intranet you could try just making it policy that uisers 
> close after logging out, or if that doesn't take off, use 
> java script to forcibly close the window. (This seems to be 
> how most internet banking sites deal with the issue)
> 
> Though even this won't completely solve problems, as some 
> browsers will get the user to confirm the close command, or 
> even ignore it completely.

You can solve one of the problems *fairly* easily.  The JS confirmation that
pops up asking if you want to allow the window to be closed is not displayed
if the window was opened with JS in the first place.  If after login you
open a new window with some JS (and redirect the origional window to a
thanks for coming type page) then when they log out the new window can be
closed with JS with no prompts and no danger of the back button being used
leaving the original window now displaying its thanks for being here
message.

You will also need to use a pragma:no-cache type header element so that they
can't be smart and look it up in the web browsers cache files. (see
http://support.microsoft.com/kb/165150/EN-US/ or
http://lab.artlung.com/other/anti-cache/)

--
Jay



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189786
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to