Confluence reporting session expired

Sasa August 30, 2012

When editing page (old or new), after clicking Save, Confluence reports session error.

We need to click Save more than once in order to really save it.

1 answer

1 vote
Giuliano C_
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 2, 2012

Like Peter said on the ticket (https://support.atlassian.com/browse/CSP-87328)

To increase the time to expire the session, you'll have to edit the web.xml:

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

The value within the session-timeout tag defines the length of time a user's session will exist, in minutes.

Then, restart Confluence. After it, if you wish to configure Confluence's internal database connection pool timeout period, please tweak the c3p0.timeout property in <YOUR CONFLUENCE HOME DIRECTORY>/confluence.cfg.xml file:

<property name="hibernate.c3p0.timeout">30</property>

This value determines the number of seconds a database connection can remain pooled but unused before being discarded. Zero means idle connections never expire.

Detailed informations in this page:

https://confluence.atlassian.com/pages/viewpage.action?pageId=126910597

Kind Regards

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events