[PHP-WIN] basic sessions...

2003-03-07 Thread Stephen Edmonds
> - Original Message - > From: "Radovan Radic" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, March 07, 2003 2:40 PM > Subject: Re: [PHP-WIN] basic sessions... > > > > > > > > You need a session_start

RE: [PHP-WIN] basic sessions...

2003-03-07 Thread Jill . Ramonsky
From: Radovan Radic [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 2:41 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] basic sessions... BTW, why is autostart_session default to off in php.ini ? Does it mean it is not good that session autostarts on every page? -- PHP Windows Mailing List (

Re: [PHP-WIN] basic sessions...

2003-03-07 Thread Radovan Radic
> > You need a session_start() on every page that needs to examine/update > $_SESSION[] ... > > Rich BTW, why is autostart_session default to off in php.ini ? Does it mean it is not good that session autostarts on every page? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, vi

RE: [PHP-WIN] basic sessions...

2003-03-07 Thread Rich Gray
> I am developing an intranet website using > programming tool - php 4.1.1 running as a module, > HTML, Javascript. > webserver - apache 1.3.x. > browser - Internet Explorer 5.0 / Netscape 6.2 > platform - Windows 2000. > > I am having problems with sessions. i am not able to > understand what's >

[PHP-WIN] basic sessions...

2003-03-07 Thread venu gopal
I am developing an intranet website using programming tool - php 4.1.1 running as a module, HTML, Javascript. webserver - apache 1.3.x. browser - Internet Explorer 5.0 / Netscape 6.2 platform - Windows 2000. I am having problems with sessions. i am not able to understand what's wrong with follo