Serializing ASP Classes?
If you are using ASP classes how do you keep the class alive while browsing a site.
Ie. I want to create a class once then update details etc. while they are browsing my site.
So something like saving a class to a session or cookie? I have tried unsucessfully. How are you supposed to manage state information in Classic asp?
|