Re: [PHP] SESSIONS SESSIONS SESSIONS

2004-03-12 Thread Jason Davidson
http://ca.php.net/manual/en/function.session-start.php =?iso-8859-1?Q?Alberto_Garc=EDa_G=F3mez?= <[EMAIL PROTECTED]> wrote: > > Friends: > > I need a good example to create a session and navigate an entire site with this > sessions. Also I need that sessions handle a three variables. > __

Re: [PHP] Sessions, sessions, sessions...

2001-10-02 Thread Papp Gyozo
session_register() registers the _global_ variable named by it with the current session. So if these globals are not set, you 're out of luck, I think. - Original Message - From: "Bradley Goldsmith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 3:13 AM Subjec