Does anyone have a good solution for objects stored in an HTTP Session
that should be reattached per request? For example, like the
authenticated "user" object stored in the HTTP Session.

I had a servlet filter written that attached the entity per request,
but a double-click from the user showed the futility of that approach.
You can't have one entity attached to two sessions :-)

And, I don't think it's a GOOD idea for struts code to know anything
about Hibernate. So I want to do be able to the reattachment
transparently to UI/Web code.

Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to