Data Loss Prevention

 View Only
  • 1.  Symantec DLP - auto-logoff timer

    Posted Jun 02, 2015 06:22 AM

    Working on the current Symantec Enforce Console I was wondering if there exists a possibility to configure the automatic logoff timer?

    I could not find any hint in the Admin Guide..

     

    Thanks in advance for any advise!



  • 2.  RE: Symantec DLP - auto-logoff timer
    Best Answer

    Trusted Advisor
    Posted Jun 02, 2015 08:26 AM

    hello,

     THere is a parameter in tomcat configuration file web.xml (in Protect/Tomcat/conf) which will allow you to change this timer. You have to restart vontu manager service in order to force reload by tomcat server.

     

    regards



  • 3.  RE: Symantec DLP - auto-logoff timer

    Posted Jun 02, 2015 11:17 AM

    Thanks Stephane!



  • 4.  RE: Symantec DLP - auto-logoff timer

    Posted Jun 04, 2015 07:24 AM

    The correct parameter in web.xml is

    <session-config>
            <session-timeout>60</session-timeout>
    </session-config>