Page 1 of 1

cookies for all OSs

Posted: Sat May 10, 2003 1:29 pm
by oldtimer
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

Code: Select all

<?php
setcookie("cookie","$valid_user,$email,$fast,$mememe,$class,$hash,$loginuid",604800,"/","www.mydomain.com");

?>
Please not that I am using hashes in several of those cookies parts.