WSO2 Single Sign On session timeout -
i have connected liferay 6.2
, wso2 identity server 5.0.0
openid.
have 2 iframe portlets in liferay wso2 publisher , store , use saml sso.
have set infinite session timeout in liferay.
how can same thing in wso2 publisher , store?
have tried set ssoservice/sessiontimeout tag 0 , -1 in wso2-is/repository/conf/identity.xml not working.
<ssoservice>...<sessiontimeout>0</sessiontimeout>...</ssoservice>
can me?
lot.
as using wso2is 5.0.0,you can configure editing value of following property in /repository/conf/tomcat/carbon/web-inf/web.xml file.
<session-config> <session-timeout>15</session-timeout> </session-config>
thanks.
Comments
Post a Comment