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"/>
Angular portal uses which config and how to change the duration?
Angular portal uses which config and how to change the duration?