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 (
>
> 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
> 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
>