Dave Goodchild wrote:
> 
> Hi all, I am having issues with users not being able to post their details
> to my site. The system uses sessions, so when they hit the index page a
> test
> cookie is set thus:
> 
> setcookie('djst', 'test');
> 
> and then I test whether that cookie is set on the next page. If not, I
> direct the users to an informational page. This works my end in FF and IE6
> (sec settings tested at low, medium and medium high) but appox 1 in 20
> users
> cannot get past the cookie warning, even if they set their security
> settings
> to low in IE.
> 
> I am also setting PHPSESSID to something of my own, as I hear that IE does
> not like PHPSESSID (correct?).
> 
> Any ideas?
> 
> -- 
> http://www.web-buddha.co.uk
> 
> 
maybe this is of interest:
http://www.salesforce.com/developer/tech-notes.jsp?tn=TN-18 
-> Creating Cookies with P3P


-- 
View this message in context: 
http://www.nabble.com/session---cookie-issues-tf2478990.html#a6923903
Sent from the PHP - General mailing list archive at Nabble.com.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to