How to synchronize SSOTOken object
Hi all,
i need to put the SSOToken object in a session.But in order to do that ,i need to serialize the object before putting it in session.since we are using a clustered environment if the session object is not serialized it is throwing illegalstateexception when we are tryingsession.invalidate() method.
Please help me how to serialize an SSOToken object...
any help would be appreciated..

