Hi, On Wed, May 18, 2016 at 3:20 PM, Jennifer Coston <[email protected]> wrote: > But I am still not seeing the session information: > > Request = Request(GET //localhost:12043/)@968bbe8 > Response = HTTP/1.1 200 > Date: Wed, 18 May 2016 13:00:04 GMT > > > Create = false > no session
This is expected. You call request.getSession(false) which does *not* create the session. It only returns it if it has been previously created. -- Simone Bordet ---- http://cometd.org http://webtide.com Developer advice, training, services and support from the Jetty & CometD experts. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
