Hi,
I trying to use session's in a script, but I don't know whi I do to set a value for a registed Session var. For example:
session_register("nick");
How to set a value "Fábio" for this var??? I use:
$HTTP_SESSION_VARS["nick"] = "Fábio";
But I can't rescue this value in other pages of my site. HELPME Please!!!
Thanks,
Fábio