Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: problems using cookies in linux browsers


Message #1 by "Graham Thurman" <g.thurman@u...> on Tue, 8 Oct 2002 14:49:54
I am having some problems using cookies in some linux browsers. They only 
seem to be in existance for 1 or 2 pages after activation. Below is some 
code that works in windows but not linux:

on first page:
setcookie("cooky[Is_Admin]", $admin_var, time()+94608000, "/");

then on another page:
if ($cooky[Is_Admin]==yes)
{
...some code...
}

Please help.

  Return to Index