Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#1484789 closed Bugs (worksforme)

session problem when logging in from a load balanced site

Reported by: landor Owned by:
Priority: 5 Milestone: 0.1-stable
Component: Client Scripts Version: git-master
Severity: normal Keywords:
Cc: landor

Description

Here at work we are load balanced across 2 ISPs and have 3 IP addresses. Roundcube kicks me out after a few clicks (I am assuming) because the session cookie is associated by IP. When logging in locally or from home, there is no problem.

I can hack this to make it work for me, but I would rather do it in a way that would be acceptable to the project so that I can contribute.

If a dev will decide how it should be implemented, I will do it an submit a patch.

ubuntu gutsy
roundcube r1116
dovecot 1.0.5
apache 2.2.4
php 5.2.3-1
no log output

Change History (2)

comment:1 Changed 5 years ago by seansan

  • Cc landor added
  • Milestone set to 0.1-stable
  • Resolution set to worksforme
  • Status changed from new to closed

Landor there is a config option to turn of IP address checks especially for this situation. Please set-up your config.

comment:2 Changed 5 years ago by thomasb

Session data is stored in database. Make sure the database is replicated on all machines.

Note: See TracTickets for help on using tickets.