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

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 <janb@xxxxxxxxxxx>
To:        JETTY user mailing list <jetty-users@xxxxxxxxxxx>,
Date:        08/22/2014 01:31 AM
Subject:        Re: [jetty-users] how to force/configure Jetty to increase the length of JSESSIONID
Sent by:        jetty-users-bounces@xxxxxxxxxxx




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'
_______________________________________________
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



Back to the top