Why do I login on every action ?

Eric T September 22, 2011

Hello,

I'm using a standalone Confluence-3.5.5 and on almost every action I do, login is required. This is a little bit boring :)

Can someone help me and indicate how to configure this ?

Thanks in advance

Ticker

2 answers

1 accepted

0 votes
Answer accepted
Eric T September 22, 2011

Found it !

There's an option in $CONFLUENCE_HOME/confluence/WEB-INF/classes/seraph-config.xml :

<!-- Invalidate session on login to prevent session fixation attack -->
<init-param>
  <param-name>invalidate.session.on.login</param-name>
  <param-value>true</param-value>
</init-param>

If you change the parameter value to false, it solves the problem :) We haven't this on our enterprise Confluence because we are using Crowd : the seraph config files are by-passed.

Hope this helps

Ticker

0 votes
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
September 22, 2011

I've experienced something similar before on restrictive company networks.

Is this a hosted environment? Do you have a particularly restrictive networking in your company? If so, maybe Privoxy may be able to help you track down problem calls that your network blocks.

Do you have a secure network gateway that is invalidating sessions?

Eric T September 22, 2011

Hi David,

The standalone instance of Confluence is installed on my machine (Windows XP) and I access it locally. So it could not be a network problem. But I think you're right : something is invalidating my session...

Thanks for your answer

Ticker

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events