> It seems that once a session is started and variables set, I 
> can access the
> variables on the page on which they are set, but on 
> subsequent pages via
> link or Header redirect the session variables are not set and 
> cannot be
> accesses.

Be sure you have session_start() at the top of *all* pages.

Kirk

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

Reply via email to