I don't know when I will find a solution to this problem. Everytime I come and start programming I came across this !!!!
Now I am trying to setup a php program which works correctly on my Netscape installation but it does not work on IE6.
It puts cookies using below command:
setcookie("akashaID", $ID, time()+ 12000);
I have done everything to force IE6 to accept all cookies but yet above command does not put cookies.
Tools-> Internet Options -> Privacy -> Advanced ->
(X) Override automatic cookie handling
(X) Accept First Party Cookies
(X) Accept Second Party Cookies
(X) always allow session cookies
I have also added my server name to trusted internet addresses.
Why this Sh***t IE6 does not work correctly?
How can I solve this problem?
Mac