View Single Post

  #27 (permalink)  
Old 12-06-2006
Sanders Kaufman
 
Posts: n/a
Default 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"]
Reply With Quote