These pup session are going to drive me nuts!

I can't seem to get this session to register on the same page it is set. For
instance I load a record, then set a session right after it using:

session_register("suckered");
$suckered = $row_rouser['ID'];

The session is set throughout the site, but not on the page I set it on.
What am I doing wrong?

Thanks



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

Reply via email to