The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence reporting session expired

Sasa
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

TAGS
AUG Leaders

Atlassian Community Events