Marek, Marcin --
I just finished CAY-472 - now Cayenne Web Service clients connecting
via Hessian are consistently assigned HttpSessions. One positive side
effect is that timeouts and server-side resource cleanup is now
configurable via web.xml, e.g.:
<session-config>
<session-timeout>1</session-timeout>
</session-config>
Of course I still can't check in code because SourceForge CVS is
down ...
Andrus
On Dec 20, 2005, at 7:06 PM, Marek Wawrzyczny wrote:
However, this Hessian session is not tied to (and it doesn't appear
possible to tie it to)
the physical HttpSession.
I am not that pessimistic. It should be possible to tie hessian
"sessionId" to the HttpSession. This will require some Hessian
hacking though. From what I can tell we need to subclass
com.caucho.hessian.client.HessianProxy to handle cookies on the
client (not sure about SSL certificates?).
I'd say this whole thing warrants a Jira issue so that we don't loose
track. Care to open one? Let's work on it.