Hi all,
We have got problem about Web session timeout. We can try to change timeout in Web designer, IIS(Session State) and Web Config and We changed but Its not working now. How can I solve this problem? I need to do 60 minute.
Hi all,
We have got problem about Web session timeout. We can try to change timeout in Web designer, IIS(Session State) and Web Config and We changed but Its not working now. How can I solve this problem? I need to do 60 minute.
Hello,
Please provide more context:
- which version are you using?
- what precisely is not working?
WebDesigner uses the session timeout specified in web.config, for example
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="60"/>
Hello,
Please provide more context:
- which version are you using?
- what precisely is not working?
WebDesigner uses the session timeout specified in web.config, for example
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="60"/>
Hi, we are using version 8. We changed web session time for example 60 minutes. But when try to session time. Session ends when 30 minutes are reached. we want to 60 min.
Angular portal uses which config and how to change the duration?