Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Why isn't Fisheye session-timeout of 2hrs working?

Jeff Blaine
Contributor
November 10, 2016

FECRU 4.0.3

How do we implement a functioning timeout of sessions after a period of time?

I've read everything I can find.

Supposedly we should be able to configure a 2 hour session timeout with <session-timeout>120</session-timeout> in /opt/fisheye/content/WEB-INF/web.xml as follows:

&lt;session-config&gt;
        &lt;cookie-config&gt;
            &lt;name&gt;FESESSIONID&lt;/name&gt;
            &lt;http-only&gt;true&lt;/http-only&gt;
        &lt;/cookie-config&gt;
        &lt;tracking-mode&gt;COOKIE&lt;/tracking-mode&gt;
        &lt;session-timeout&gt;30&lt;/session-timeout&gt;
    &lt;/session-config&gt;

I added this last night, restarted Fisheye, logged in to the web UI and my session still works fine this morning from the previous night.

1 answer

1 accepted

0 votes
Answer accepted
Piotr Swiecicki
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 14, 2016

I'm afraid this is because rememberme cookie stored for every user authenticating to FishEye/Crucible.  See https://jira.atlassian.com/browse/CRUC-7130 for more details.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events