Well you can use javascript to detect when the browser is closed and then
call another cfm page or make an ajax call to end the session.

e.g.

<body onunload="closesession()">


--
Russ Michaels

http://www.bluethunderinternet.com: B2B hosting, VPS's, Exchange, CF, Railo
www.cfmldeveloper.com             : CFML community, FREE ColdFusion/Railo
hosting
http://www.michaels.me.uk                                 :   My Blog  
skype me
:  russmichaels



-----Original Message-----
From: Tony Bentley [mailto:cascadefreehee...@gmail.com] 
Sent: 05 November 2010 23:54
To: cf-talk
Subject: Re: Closing Browser expires session/cookie


Yeah but their session expires a couple of hours after they close the
browser. So I could expire the session at a shorter timespan but if I can do
it when the browser closes, that would be better.




On Fri, Nov 5, 2010 at 4:50 PM, Russ Michaels <r...@michaels.me.uk> wrote:

>
> Arn't they logged out automatically when the session expires ?
>
>
>




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338891
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to