Hey all, last few weeks im getting flooded with session timeout complaints. The people i checked have so far been logging in with IPv6. Could there be an issue with IPv6 and sessions? Im running 0.7-svn upto the latest checkin.
Cor
On 2012-06-23 22:38, Cor Bosman wrote:
Hey all, last few weeks im getting flooded with session timeout complaints. The people i checked have so far been logging in with IPv6. Could there be an issue with IPv6 and sessions? Im running 0.7-svn upto the latest checkin.
I take it you have $rcmail_config['ip_check'] enabled? These people do not get a new IPv6 address every $x minutes do they? ;-)
The database certainly allows (should allow) for a 40 character string. Perhaps this should be made 45 to take into account IPv4 tunneling (is that what the users use?).
What does the session log say (if you have $rcmail_config['log_session'] set to true)?
If it says "IP check failed for %s; expected %s; got %s", $this->ip does not successfully compare to $_SERVER['REMOTE_ADDR'] (program/include/rcube_session.php:~582) - sometimes a reverse proxy balancing thing.
Kind regards,
Jeroen van Meeuwen