G
Guest
Hi,
I want to do things this way:
I have a bunch of stuff that I want to keep track of while a user is
connected to the site. Maybe 50 little peices of information.
So I know I can make 50 session variables , or an store an array in a
session variable, but what I wanna do is store it all in a class
so I can use property get and property let.
I want to store this class in a session variable so I don't lose my info
everytime the page is changed.
Good Idea or not??
I want to do things this way:
I have a bunch of stuff that I want to keep track of while a user is
connected to the site. Maybe 50 little peices of information.
So I know I can make 50 session variables , or an store an array in a
session variable, but what I wanna do is store it all in a class
so I can use property get and property let.
I want to store this class in a session variable so I don't lose my info
everytime the page is changed.
Good Idea or not??