Hi Jan, Thanks so much, so, how would I force Jetty to use my subclass; some how I must have to feed this sub-classed SessionManager to Jetty during startup, right?
Thanks, Ike From: Jan Bartel <[email protected]> To: JETTY user mailing list <[email protected]>, Date: 08/22/2014 01:31 AM Subject: Re: [jetty-users] how to force/configure Jetty to increase the length of JSESSIONID Sent by: [email protected] Ike, I think the way to do it would be to subclass one of the SessionIdManagers and override the newSessionId() method. cheers Jan On 22 August 2014 14:14, Ike Ikonne <[email protected]> wrote: > Hi all, > > > I have an embedded jetty 7.0.1 in my application; I would like to know if > there is a way > to configure Jetty to increase the length of JESSIONID, I have a requirement > to have > the length of JESSIONID to be configurable. > > Thanks, > > Ike > > _______________________________________________ > 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 -- Jan Bartel <[email protected]> www.webtide.com 'Expert Jetty/CometD developer,production,operations advice' _______________________________________________ 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
_______________________________________________ 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
