PDA

View Full Version : Cookie access probs


adamwi
23-Jan-2003, 03:44 PM
Having some trouble with cookie errors:

123Doc bookshop (http://www.123doc.com:8082/shop_frameset.html)

Anyone have any ideas? before tomorrow would be good, as i am leaving the company in the afternoon.

Adam.

cdicken
23-Jan-2003, 04:21 PM
Your store is at

http://www.123doc.com:8082/acatalog/

But your CGI-BIN URL is

http://66.216.126.96:8082/cgi-bin/

Therefore IE6 will reject the Perl's attempts to set a cookie because it thinks the Perl is on a different domain to the rest of the store. It treats it as a 'Third-Party Cookie' which violates the defauilt security settings that come with IE.

Suggestions

1) Run your store on the same domain as your frameset
2) Load the store in a standalone window.