Skip to main content

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

On 5/19/11 2:08 AM, Serge Tk wrote:
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.


Hi, Serge!
Which Jetty version are you using?
Also, afair jsessionid is created whenever request.getSession() is called in application, but Jetty itself doesn't do that (if I'm not mistaken), so it's the actual application you're running in Jetty that should authenticate user somehow (and, eventually, trigger session creation).
I might have misunderstood the way it works, though.

Regards,
Alex-

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top