Hi Matt, Have you tried turning on cookie prompting in IE and then viewing the information about the cookie that you set in your servlet and comparing that information against the cookie that you're setting in CF? Is the domain information the exact same? The path?
Can you see the cookie set by java in your cf debugging information? Aaron Johnson, MCSE, MCP+I Macromedia Certified ColdFusion Developer MINDSEYE, Inc. <phn>617.350.0339 <mbl>617.461.3721 <fax>617.350.8884 <icq>66172567 [EMAIL PROTECTED] > -----Original Message----- > From: Matt Kornguth [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 16, 2001 11:45 AM > To: CF-Talk > Subject: Expiring a cookie > > > Sorry to repost this but just CAN'T get this resolved: > > I have a Java servlet that sets a cookie named "userinfo" with a > domain of > ".blah.com". I try to expire the cookie thru: > > <cfcookie name="userinfo" value="" expires="NOW" domain=".blah.com" > > > > No luck. I can successfully expire any cookie I set in CF using > this code, > but am unable to get this Java-set cookie to expire. > > Any help would be GREATLY appreciated. > > Thanks in advance, > Matt Kornguth > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

