Web Session TimeOut time One Identity Manager

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. 

Parents
  • 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"/>

Reply
  • 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"/>

Children