I've used the following:

<cfset dExpiryDate = CreateODBCDateTime(DateAdd("d",1,Now()))>
<cfheader name="Set-Cookie"          value='CSUser=username=abe&[EMAIL 
PROTECTED];expires=#GetHttpTimeString(dExpiryDate)#; domain=.bla.org'>

But when this cookie is read by ASPX .NET 2.0 the expires is:
1/1/0001 12:00:00 AM

With this date, I can't delete the cookie using ASP .NET 2.0

I need to be able to delete the cookie from ASP .NET 2.0, which is running on a 
different web server, but same domain.

Thanks in advance

Steve




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282585
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to