Re: -> PHP4 Singleton implementation question <-
Jerry Stuckle wrote:
> I'm saying that any variable ($_GET, $_POST or $_SESSION) with that
> index can replace the variable, i.e.
Index, index, index.... hmmmm. Just a s a curiosity, can I reference
other sessions like so:
$x = $_SESSION[$sSessionToken]["MyVar"]
|