> How do you force expire J2ee sessions? I tried > <cfcookie Name="JSessionid" expires="#now()#">.. > looks like it corrupts the session. > The CF5.0 style force end session doesnt work > either.. any ideas?
If you want to delete the cookie, you can simply use EXPIRES="NOW" in the CFCOOKIE tag. I'm not sure what you mean by the "CF 5.0 style force end session". Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

