cookies for all OSs
Posted: Sat May 10, 2003 1:29 pm
I have cookies on my site and this is how you get around. Now ie and netscape work great. But on a linux box running Konqueror you can not log on. input username and password and when it refreshes back to the page you are not logged in.
This is my cookie
Please not that I am using hashes in several of those cookies parts.
This is my cookie
Code: Select all
<?php
setcookie("cookie","$valid_user,$email,$fast,$mememe,$class,$hash,$loginuid",604800,"/","www.mydomain.com");
?>