You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openi...@googlegroups.com
Hi,
I am using openid4java and working at client part for authentication and our environment is load balanced. As few classes are not serialized while switching server login is failing with serialization exception. I took the open source code and update all classes and interfaces to extend or implement the serializable class so it can write user session. After this all openid related exceptions gone but now I am getting one more serialization error for javax.crypto.spec.DHParameterSpec. This class is being used in ConsumerManager. Anyone can suggest what all alternatives can be used to avoid different serialization errors ?