Hi,
I have some code which I decided to make into a function. Some of the code 
updates a session var which holds the current time. It now does not work.

        // update session variable with new time
            session_register("LOGGED_IN['time']");
            $LOGGED_IN['time'] = mktime();

Are there issues that I should be aware of when I use sessions like this?

Thanks, 

Jord

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to