Need help in configuring the apache disable ssl cache in sessions?

Asked By 0 points N/A Posted on -
qa-featured

Hi,

I am using web server Apache tomcat to code my project using jsp, but I am getting error in code like your session Apache disable SSL cache, can any one say how to enable Apache disable SSL cache and its configuration settings?

SHARE
Answered By 35 points N/A #176454

Need help in configuring the apache disable ssl cache in sessions?

qa-featured

Hi Norman L Trent,

You can enable your Apache tomcat SSL cache.All you have to do is, look for a common attribute called SSLEnabled. To turn on SSL set this value to "true", by default it is false, that is why you are getting this error. Also remember to set the values of schema and secure. For more information you can refer to this- http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

Regards,

Related Questions