I am trying to create a authenticate script,
After database validtation i set the cookie for 20 minutes.
In netscape it works properly.
It took the cookie's expiry time as local(client machine) time + 20 minutes.
In IE it not works properly.
It took the cookie's expiry time as server (server time) time + 20 minutes.
Why it is happening, How can we overcome this.
I am using PHP4.0 and mysql 3.21.22
The same code works properly a week back.
What is the problem?
please help me.
with regards
rad