On 09/02/2019 19:32, Усманов Азат Анварович wrote:
> Hello everyone! I have a webapp running on tomcat 7.0.92 with java 7 with 
> APR/tomcat native 1.2.19 on RHEL 6
> 
> I've tested website(debug.ieml.ru) on which my webapp is running  on ssllabs  
> server test and one thing I've noticed is the  orange warning line saying
> Session resumption (caching)    No (IDs empty)
> which obviously means that session caching is not enabled
> 
> So the question is how to enable it when using Apr
> 
> tomcat connector documentation has sessionCacheSize attribute  but it is for 
> JSSE only and not APR
> 
> Am I missing some other attribute which enables on APR connector
> 
> or does this mean that APR doesn't use SSL session caching?

It appears the default was changed to disable session caching in 1.2.x
in this commit:
https://svn.apache.org/viewvc?view=revision&revision=1686258

I don't see a way to restore this with configuration in 7.0.x.

I think it is worth considering removing the code that disables session
caching by default. I'll start a discussion on dev@

Mark

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

Reply via email to