About
Pricing
Community
Teams
Start Free Trial
Log in
mugsinc
asked on
11/9/2010
cflogin automatic log out when the client closes the browser
ColdFusion cflogin : How to create automatic log out when the client closes the browser.
ColdFusion Language
8
1
Last Comment
mugsinc
8/22/2022 - Mon
DonConsolio
11/9/2010
Use a session cookie:
http://www.petefreitag.com/item/735.cfm
>If you use the cflogin tag to manage authentication you should consider
>setting loginstorage="session" in your Application.cfc or Application.cfm
>file for better security.
ASKER CERTIFIED SOLUTION
Phani Kiran Chikkala
11/9/2010
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
mugsinc
11/10/2010
ASKER
i used loginstorage="session" on the application page but when i close the browser and open again it shows as still logged in.
DonConsolio
11/11/2010
did you clear all old cookies before testing?
Your help has saved me hundreds of hours of internet surfing.
fblack61
mugsinc
11/14/2010
ASKER
yes i clear all cookies but it working only for the login page when i go to another page it will automatically logout
DonConsolio
11/15/2010
page cached in your browser?
mugsinc
11/15/2010
ASKER
clear the browser cached and tested its working only for single page
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
mugsinc
4/4/2013
ASKER
it works after i clear the cache and cookies on the browser
http://www.petefreitag.com/item/735.cfm
>If you use the cflogin tag to manage authentication you should consider
>setting loginstorage="session" in your Application.cfc or Application.cfm
>file for better security.