session variables
Posted: Thu Feb 28, 2008 11:01 pm
This is probably a really dumb question but I can't find the answer anywhere else. When I create a session variable ($_SESSION["name"]) is it possible to use a variable for its name ($_SESSION[$name])? The session variable is called frequently and having it predefined at the top of the file would make changes quite easy. Thanks!