Hi, You can call SessionHandler.setSessionCookie(String name), or you can call SessionHandler.getSessionCookieConfig().setName(String name) either programmatically or in a context xml file. Or you can use <session-config><cookie-config><name> to set it in web.xml.
Hope that helps Jan On Wed, 16 Dec 2020 at 17:12, Eze Ikonne <[email protected]> wrote: > Hi all, > > How can I configure Jetty to use a different name other than "JSESSIONID", > we have a customer portal that is using the same name and it is conflicting > with our embedded Jetty's "JSESSIONID". I was wondering if there is a way > to configure Jetty to use a different name. Any hints or pointers would be > appreciated. > > Thanks, > > Ike > > > ===================================================== > Please refer to https://northamerica.altran.com/email-disclaimer > for important disclosures regarding this electronic communication. > ===================================================== > _______________________________________________ > jetty-users mailing list > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Jan Bartel <[email protected]> www.webtide.com *Expert assistance from the creators of Jetty and CometD*
_______________________________________________ jetty-users mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
