[eluser]dmorin[/eluser]
The current session serialization method does some string replaces in order to preserve slashes when they are unserialized. An unintended consequence is that everyone is converted to strings. Instead, if this is really necessary, it should only do a string replace on strings!
Anyone disagree?