PHP GENERAL 21 RE PHP SESSIONS
Date: Tue, 8 Jul 2003 10:18:07 -0600

Subject: RE: [PHP] Sessions
From: kjohnson@no-spam (Kirk Johnson)

> This works fine on my development PC, (PHP v 4.3.1) and on > my primary test > site (PHP v4.2.2).
> However when I try it on the target site (PHP v4.1.2) then I find that > immediately after starting the session everything works fine, > however when I > move to any other page the session information is lost and > I'm redirected to > log in again.

Also check the "register_globals" setting in the various php.ini files. It is probably set to "off" on your dev and test sites, but may be set to "on"
on the target site.

Kirk