A
Anonymous
Guest
You can use the same classes across as many pages as you want, basically in the way you describe.
However, objects are a different matter entirely. The short answer is yes, if you want an object to persist across pages, you need to store it in the session.
However, objects are a different matter entirely. The short answer is yes, if you want an object to persist across pages, you need to store it in the session.