hi all,
i am developing the admin section for my client site and is having a
problem with killing the login sessin.  Users has to login to the
admin section.  My problem after the user has login in, but if they
close the broswer without logging out first, and then reopen the
browser, it will bring the page which he/she was working on without
asking the user to sign on again.  It looks like it did not kill
the session when the user close the browser.  My coding in my
application.cfm is like :

<cfapplication name="#ApplicationName#" 
        clientmanagement="yes"
        setclientcookies="no"
        sessionmanagement="yes"
        sessiontimeout="#CreateTimeSpan(0, 0, 30, 0)#">

is it something wrong ?  Can anyone teach me how to solve this 
problem
?

thanks




--------------------------------------------------------------------------
Global Internet phone calls, voicemail, fax, e-mail and instant messaging.
Sign-up today at http://www.hotvoice.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to