how to write hashtable object to StateServer session variable ?

  • Thread starter Thread starter Bill L
  • Start date Start date
B

Bill L

Hi Guys,

I found a wired problem with writing HashTable object into StateServer
Session, the HashTable object is serializable, but after serialization, it
converts to stream and stream is from mashalbyRef, StateServer session
management not allow any marshalbyref object, so that means we can write any
object which can be serialized to steam object.

Do I understand this right ? or something I can work around of this problem
?

Thanks

Bill
 
Back
Top