My web host has just upgraded to PHP 4.20. My MySQL database is full of
session_encoded fields, but since the upgrade I can no longer session_decode
them.

After doing phpinfo I find the following settings ...

register_argc_argv        on     on
register_globals          on     on


I've been through the manual regarding predefined variables but must be
missing the point somewhere.

How do I get the session_encoded fields back as useable variables?

Thanks

Zim


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

Reply via email to