On 04/20/2012 06:45 PM, A.L.E.C wrote:
To OP, you could try to remove .$_SESSION['HTTP_USER_AGENT'] from rcmail::session_configure() or better find what causes user-agent string change if it happens here.
Another and probably better solution is to add
header('X-UA-Compatible: IE=edge,chrome=1');
on top of the index.php file.