Hi all,
I'm a java programmer learning PHP. I was wondering how to save a
class over a session. As a simple example, if I wanted to have a
Class called Sum, which had the methods addToSum($a), and printSum().
Could I save that object into a session, so that I could use it later
as the user navigates my webpage?
Is a session the best way to store data as a user goes between
webpages?
thanks,
I'm a java programmer learning PHP. I was wondering how to save a
class over a session. As a simple example, if I wanted to have a
Class called Sum, which had the methods addToSum($a), and printSum().
Could I save that object into a session, so that I could use it later
as the user navigates my webpage?
Is a session the best way to store data as a user goes between
webpages?
thanks,
Comment