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..

[417 byte] By [aravind_vaishnavama] at [2007-11-27 10:49:17]
# 1

Why don't you get the SSOTokenID string and pass that around and then use the amclientSDK SSOTokenManager.createSSOToken(String tokenID) to get a handle to it?

AaronAnderona at 2007-7-29 11:18:12 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

Thanks for the reply,

But my doubt is that whenever we create a new SSOTOken from the TokenID whether it will create a new SSOToken or the same?Also it may become a performance issue,because in each jsp we have to call createSSOToken method...

What about your quote in this?

Thanks & Regards

Aravind S

aravind_vaishnavama at 2007-7-29 11:18:12 > top of Java-index,Web & Directory Servers,Directory Servers...