> 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 following fragment of code.
>

You need a session_start() on every page that needs to examine/update
$_SESSION[] ...

Rich


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to