On Fri, 30 Aug 2013 12:15:00 -0300, Muhammad Gelbana <m.gelb...@gmail.com> wrote:

I have one last question. Is it possible to instruct the
ApplicationStateManager to manage it's sessions using something else than a HTTP based request (i.e. Whether its *HttpServletRequest* or Tapestry's *
Request*) ?

Tapestry's Request is just a thin layer over HttpServletRequest. Same for Session and HttpSession. So, in the end, it's actually the servlet container the one implementing the session handling. You can override, advise or decorate the ApplicationStateManager and implement it any way you want. I never had a situation that needed that. Why are you asking that? Any specific need?

This has been fruitful discussion, thanks a lot :)

:)

--
Thiago H. de Paula Figueiredo

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

Reply via email to