Hallo,
as it seems, my sessions set by synchronous applications (for login etc.)
cannot be retrieved in an asynchronous application. While in any
synchronous application I have mounted the call to
context().session().is_set("sessionId") returns true, in my asynchronous
application it returns false while the session cookie is still set in
browser. Session data is completely stored in cookies, because I have not
much to store.
How can I retrieve the requesting browser's session?
Thanks,
Julian
|