Hi, all
Need some idea about implement a object, and I need keep the object within the session, that means I have to pass this object between pages. How can I do it?
I can think of two ways
by register the object in session variable. or serialize the object and pass by url or POST. Which way is better? Or should I do another way?
Thanks