It is generating different cookies for different urls that's why put false
For More details look see below
you need to look for is PortalRequest
just place into your tomcat's etc/server.xml line
<Service name="Catalina" className="com.liferay.support.tomcat.core.PortalStandardService">
------------------------------------------------------------------------------------------------------------------------------------------------
Yan Naing Oo:
Hi Jonas,
How could I hide/show jsessionid is it like true/false in portal-ext properties ?
session.enable.url.with.session.id=false -- hide
session.enable.url.with.session.id=true -- show
if it is correct how is the Impact in hide and show for the whole portal ?
thanks
Jonas Yuan:
Hi Sameer,
Do you get the issue solved?
You may try this
in portal-ext.properties, set
# Set this to true to enable sessions when cookies are disabled. See LEP-4787. This behavior is configurable because enabling it can break certain setups.
session.enable.url.with.session.id=false
Hope it helps.
Thanks
Jonas Yuan
Please sign in to flag this as inappropriate.