Can I put object of vbscript class into session?

Q

Quicky

I've read about 'Threading model'. My question is - is it possible to
put object of vbscript class into a session? Can I change threading
model to 'free'?

Steven
 
C

Chris Barber

I don;t believe that a VBScript class can be put into a session variable to
retain state. You can however persist the state to a string and then
reconstitute the state in a new page by passing the string to a new instance
of the class object.

You could also use a WSC to hold state in a session variable although I've
never tried instantiating a VBScript class from a WSC property.

Chris.

I've read about 'Threading model'. My question is - is it possible to
put object of vbscript class into a session? Can I change threading
model to 'free'?

Steven
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top