SessionState "StateServer" serialization ...

A

Ashish

Iam trying the out of state session management for the first time,
trying to convert a big project to be adaptable to both type of session
management ..

what i see that it is trying to serialize a class which is not touched
by session object, do i have to serialize all the classes in the project
or only the ones touches, also the abstract classes ?

TIA
-ashish
 
B

bruce barker

only the objects that you store in session must be serializable. but for an
object to serialize it must also serialize all property values. So basically
no object you store in the session can have property that returns a
non-serializable object. or you must supply a serializer for that propertry.

-- bruce (sqlwork.com)
 
N

.NET Follower

Hello
Ashish
this is amit
i am also implementing session mgmt (SQLServer)
in my Company..
we can share experiences if u wan t

amit
india
 

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,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top