Hi guys,

I am have trouble with resetting cookie information.
The scenario is this:
A user visits the site, a customer cookie already exists. We check to see if the user is the person for whom the cookie is set. If they're not we want to reset the cookie to the new user.

According to the manual for 'set response cookie' - If the cookie already exists, its value and attributes are reset to those given. Which it does in the collection, but not on the client side. So I called 'abandon response cookie' to delete the cookie from the client browser first followed by 'delete response cookie' to delete it from the collection, before calling 'set response cookie' to reset the information. When I look at the cookie in my browser and when I next call 'get response cookie' after submitting the next page I still get the old information.
What am I missing?

cheers
Lisa

--
Lisa Pollard
Software Developer

Another Dimension Ltd
167, Ardleigh Green Road
Hornchurch, Essex. RM11 2LF

[EMAIL PROTECTED]
Tel: +44 1708 701511
URL: http://www.anotherdimension.co.uk
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to