![](https://secure.gravatar.com/avatar/2c5e8b107b70d8de079d5b370e683a92.jpg?s=120&d=mm&r=g)
14 Feb
2014
14 Feb
'14
7:26 p.m.
Hello,
I started to have an intermittent issue with users being forced to login when they browse the webpage. I have the timeout settings defined in php.ini:
session.use_cookies = 1 session.use_only_cookies = 1 session.cookie_lifetime = 259200 session.cookie_path = / session.cookie_domain = session.cookie_httponly =
Socket timeouts are set to the following in php.ini: default_socket_timeout = 259200
I did have a lifetime cookie set to 0 and socket_timeout to 14400. Users that had the issue had a cookie. My authentication mechanism is AD-LDAP. Any other advice on where to look to find out why users are being forced to login intermittently? I have had a hard time tracking this issue down since it is so intermittent.
Thanks, Mike