Jump to content
We've recently updated our Privacy Statement, available here ×

  • eongaro
    • Version: v8.2 Product: JasperReports® Server

    [toc on_off::hide=1]

    Session timeouts dictate how long a user is allowed to be inactive before being automatically logged out of JasperReports Server.

    Tomcat

    Edit <tomcat>webappsjasperserver-proWEB-INFweb.xml and change the sesssion-timeout. The default is 20 minutes.

    <session-config>
        <session-timeout>20</session-timeout>
    </session-config>

    Restart the application server to make the setting take effect.

    Tips

    If you're trying to run a very slow report, make sure that the database timeout is shorter than the session timeout.


    See Also


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...