>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?

Ouch...  I'm not sure, but it's quite possible that the internal format of a
session_encoded string  changed...  *MOST* web-sites can just dump their
session data, since it's generally used only for short-lived data anyway...

You *MIGHT* be able to look at the strings by hand and write some kind of
parser for them...

-- 
Like Music?  http://l-i-e.com/artists.htm


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

Reply via email to