Hi,
I am getting "Out of memory exception" when assigning values in session variables. The session values are maintained in stateserver. How to increase the size of the session stateserver memory? or any other option?
Thanks, P.Gopalakrishnan.
Hi,
I am getting "Out of memory exception" when assigning values in session variables. The session values are maintained in stateserver. How to increase the size of the session stateserver memory? or any other option?
Thanks, P.Gopalakrishnan.
Couple of quick options:-
Every object which you store in session is serializable?
Avoid to add null object in session. It will fail while deserializing.