On Wed, 04 Jun 2014 12:11:00 -0300, George Christman
<gchrist...@cardaddy.com> wrote:
Hi Thiago, I just disabled coolkies within my browser and I'm finding
every link is being generated with a session id despite not needing to
be logged in. What would cause this?
Any page with @Persist or @SessionState being visited can cause a session
to be created. Or code that calls the setXX() methods of
ApplicationStateManager. You don't need to be logged in to have an
HttpSession created.
The session id generation is done by the servlet container, not Tapestry.
On the other hand, you can use the LinkRewriter API to change teh URLs
Tapestry generate.
--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org