Wow, is it a bug? Session variable is lost if array with the same
am 27.11.2007 23:47:30 von alexandis$_SESSION["a"] = "bitch"; $a = array(); print_r($_SESSION["a"]);
// it shows array()!!!
If make $a as variable - $_SESSION["a"] preserves its value...
p.s. PHP4