On 10/03/2014 15:47, Rainer Jung wrote:
> On 10.03.2014 16:08, Mark Thomas wrote:
>> On 10/03/2014 15:00, Rainer Jung wrote:
>>> Here's a patch:
>>>
>>> http://people.apache.org/~rjung/patches/TC8-SessionIdGenerator-extensible.patch
>>>
>>> Any concerns about applying to TC 8? Please note "Known pr
On 10.03.2014 16:08, Mark Thomas wrote:
> On 10/03/2014 15:00, Rainer Jung wrote:
>> Here's a patch:
>>
>> http://people.apache.org/~rjung/patches/TC8-SessionIdGenerator-extensible.patch
>>
>> Any concerns about applying to TC 8? Please note "Known problems".
>>
>> Some notes:
>>
>> About the patch
On 10/03/2014 15:00, Rainer Jung wrote:
> Here's a patch:
>
> http://people.apache.org/~rjung/patches/TC8-SessionIdGenerator-extensible.patch
>
> Any concerns about applying to TC 8? Please note "Known problems".
>
> Some notes:
>
> About the patch:
>
> 1) New interface org.apache.catalina.Ses
Here's a patch:
http://people.apache.org/~rjung/patches/TC8-SessionIdGenerator-extensible.patch
Any concerns about applying to TC 8? Please note "Known problems".
Some notes:
About the patch:
1) New interface org.apache.catalina.SessionIdGenerator
- setter and getter for jvmRoute
- sette
wrote:
> Hi Rainer,
>
> > -Original Message-
> > From: Rainer Jung [mailto:rainer.j...@kippdata.de ]
> > Sent: Friday, February 14, 2014 11:07 PM
> > To: Tomcat Developers List
> > Subject: Re: Special requirements on session id generator
> >
&g
Hi Rainer,
> -Original Message-
> From: Rainer Jung [mailto:rainer.j...@kippdata.de]
> Sent: Friday, February 14, 2014 11:07 PM
> To: Tomcat Developers List
> Subject: Re: Special requirements on session id generator
>
> On 14.02.2014 19:14, Konstantin Preißer wrot
On 14.02.2014 19:14, Konstantin Preißer wrote:
>> Fortunately I don't have to prevent any long term collisions, just
>> reduce the rate without increasing session id length. Therefore I prefer
>> not to keep state for a long time including tomcat restarts, or do
>> remote (database) calls to check
Hi Rainer,
> -Original Message-
> From: Rainer Jung [mailto:rainer.j...@kippdata.de]
> Sent: Friday, February 14, 2014 5:57 PM
> Nice article.
>
> The table in the article says for 16 bytes and 50 session ids the
> probability of a duplicate is far below 10^-18.
Ah, thanks, I didn't
On 14.02.2014 18:48, Konstantin Kolinko wrote:
> 2014-02-14 19:31 GMT+04:00 Rainer Jung :
>> On 14.02.2014 14:27, Mark Thomas wrote:
>>> On 14/02/2014 13:15, Rainer Jung wrote:
I ran into a special requirement for the session id generator
(uniqueness of session id for a longer time interv
2014-02-14 19:31 GMT+04:00 Rainer Jung :
> On 14.02.2014 14:27, Mark Thomas wrote:
>> On 14/02/2014 13:15, Rainer Jung wrote:
>>> I ran into a special requirement for the session id generator
>>> (uniqueness of session id for a longer time interval). While I think
>>> that the requirement needed is
On 14/02/2014 16:57, Rainer Jung wrote:
> Fortunately I don't have to prevent any long term collisions, just
> reduce the rate without increasing session id length. Therefore I prefer
> not to keep state for a long time including tomcat restarts, or do
> remote (database) calls to check ids whenev
Hi Konstantin,
On 14.02.2014 17:19, Konstantin Preißer wrote:
> Hi Rainer & Mark,
>
>> -Original Message-
>> From: Rainer Jung [mailto:rainer.j...@kippdata.de]
>> Sent: Friday, February 14, 2014 4:32 PM
>> To: Tomcat Developers List
>> Subject
Hi Rainer & Mark,
> -Original Message-
> From: Rainer Jung [mailto:rainer.j...@kippdata.de]
> Sent: Friday, February 14, 2014 4:32 PM
> To: Tomcat Developers List
> Subject: Re: Special requirements on session id generator
>
> On 14.02.2014 14:27, Mark Thomas wr
On 14.02.2014 14:27, Mark Thomas wrote:
> On 14/02/2014 13:15, Rainer Jung wrote:
>> I ran into a special requirement for the session id generator
>> (uniqueness of session id for a longer time interval). While I think
>> that the requirement needed isn't a useful general purpose extension, I
>> st
@Mark my use case was easier to understand maybe: we just needed to
control and make not readable jvmroutes in urls
Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau
2014-02-14 1
On 14/02/2014 13:15, Rainer Jung wrote:
> I ran into a special requirement for the session id generator
> (uniqueness of session id for a longer time interval). While I think
> that the requirement needed isn't a useful general purpose extension, I
> stumbled over the fact, that the SessionIdGenera
Hi
FYI I had the same need in my previous company and needed to extends
multiple things to be able to extend the generate method. WOuld be
great to have an interface just with nextId(jvmroute) method or
something like that
Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress
17 matches
Mail list logo