Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] how to force/configure Jetty to increase the length of JSESSIONID

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 <iikonne@xxxxxxxxxx> 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
> jetty-users@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-users



-- 
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
'Expert Jetty/CometD developer,production,operations advice'


Back to the top