Shapira, Yoav schrieb:
> Howdy,
> You're probably putting non-Serializable objects as session
> attributes...

Yes, you are right. For tracking all logged in users I store a reference to
  every users HttpSession in his user object which is itself in the session
context.

HttpSession is org.apache.catalina.session.StandardSessionFacade in tomcat
and this class does not implement java.io.Serializable. Any idea how I can
fix this problem?

cu,
        boris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to