|
Posted by Dan Rossi on 05/12/05 04:44
I've done this by serializing and unserializing the the object. Its
been discussed however using shared memory, shm is a better way to do
it ? Sadly sh doesnt compile as default.
On 12/05/2005, at 10:19 AM, Oscar Andersson wrote:
> Is it possibele to save a class in a session
>
> ex.
>
> $cl = new Class();
> $SESSION['this_class'] = cl;
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
Navigation:
[Reply to this message]
|