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

increase session time of jasperserver


kadimulam

Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Hi,

    In general any web appl, has this information configured in web.xml of /WEB-INF folder, change the below value

  <session-config>
    <!--Default to 20 minute session timeouts-->
    <session-timeout>20</session-timeout>
  </session-config>

Ram

Link to comment
Share on other sites

  • 2 months later...

Yes indeed, is there a "Never Expires"? Maybe "<session-timeout>0</session-timeout>"? If JasperServer is integratetd with Windows Active Directory, I don't think there is any need to throw users out of the application. The screensaver with "On Resume, password protect" should do the trick.

Or is it better to set the time of the session to i.e. the time of one working day ("<session-timeout>480</session-timeout>" )?

Link to comment
Share on other sites

  • 1 year later...

witto wrote:

Yes indeed, is there a "Never Expires"? Maybe "<session-timeout>0</session-timeout>"?

That's exactly right (at least according to my advanced testing of setting the session-timeout to 0 and letting my session sit there for a couple hours without expiring....).

Thanks,

Kristen

Link to comment
Share on other sites

  • 3 months later...
  • 8 months later...

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...