On Thu, Apr 10, 2008 at 5:05 PM, Nathan Nobbe <quickshiftin@xxxxxxxxx> wrote: > On Thu, Apr 10, 2008 at 4:29 PM, tedd <tedd.sperling@xxxxxxxxx> wrote: > you might just dump out the session component of the php config on each > site to ensure theyre the same. > on that last note, this could be useful, <?php die(var_dump(ini_get_all('session'))); ?> -nathan