How do I change my user session timeout setting within Yellowfin?

You can change your user session timeout setting within the web.xml file. This file is located in the /appserver/conf/ folder. Modify this block:


    <session-config>
        <session-timeout>30</session-timeout>
    </session-config>

*Note - To eliminate the user session from timing out at all use 0.

Is this article helpful?
10 0 1