On 4/19/07, Stut <[EMAIL PROTECTED]> wrote:
Tobias Wurst wrote:
> i use serialize() to save my object in $_SESSION.

Why? There's no point in serialising something into $_SESSION. Anything
you put in there gets serialised by the session handler.

That isn't necessarily 100% true.
http://www.stubbles.org/archives/12-Lazy-loading-of-classes-stored-in-a-session-without-__autoload.html

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

Reply via email to