Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] jsessionId cookie question.

Greetings .

I have a gwt app that runs on jetty in development mode.
I've been trying to figure out why I get no cookies at all when I run my app under jetty.
I would think that at least jsessionid should be set on initial request to load the page.

I have few questions about jetty with which I need help.

Does jetty manages cookies out of the box or do I need to setup sessionManagement in jetty-web.xml.

regards.


Back to the top