> session_write_close();
> header("Location: franchise_menu.php?".SID);
> exit();

SID will be empty if session ID was set in an appropriate session cookie

if you do a print_r($_SESSION) on franchise_menu.php do you see anything?

If you have access to the webserver you could just go in and look at
the session file that php creates.  It is pretty easy to find and you
should be able to see your variables if they are being correctly
written to the file.

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

Reply via email to