2011/3/15 Mark Thomas <ma...@apache.org>:
> On 15/03/2011 14:28, Konstantin Kolinko wrote:
>> Hi!
>>
>> The CrawlerSessionManagerValve sets sessionId from ip address as
>>
>>   request.setRequestedSessionId(sessionInfo.getSessionId());
>>
>> I have not checked, but I suspect that the Response.encodeURL(..)
>> calls in the web application
>> will still be including the session id into the URLs.
>
> I don't think it is an issue. If the app is encoding the session ID and
> the client is returning it with the next request then there is no need
> for this valve.
>
> My test case for this feature is the ASF Jira instance which is
> currently running at around 7,000 concurrent sessions rather than the
> 130,000 it had before this valve was used. I have plans to look further
> at those 7,000 sessions and may tweak the valve further but I suspect
> the changes will be in the pattern used to identify bot-type user agents.
>

OK, understood.  Let's keep it limited to the original task.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to