Bug? Concrete errors out on redirection only in IE/Edge browser
PermalinkA client has the following site:
http://naca.pro
On the far left of the menu bar is a link for Member Login.
This is a link to a separate site:http://member.naca.pro
On Chrome, Firefox and Safari, clicking on the Member Login link correctly takes you to the other site, which brings up the login page.
But on Internet Explorer and Edge (tested on Windows 7 and Windows 10) you get a screen with the following error message:
SessionHandler::read(): open(/tmp/sess_xxxxxxxxxxxxx, )_RDWR) failed: Permission denited (13)
I've attached a screen shot.
Any ideas? Is it a bug with interaction between concrete5 and Internet Explorer/Edge?
Thanks.

So if that's the case how does that get fixed? Is that something where C5 has to do a browser directive in the code for session handling if it's IE?
;)
> On Apr 14, 2016, at 2:59 PM, concrete5 Community <discussions@concretecms.com> wrote:
I think I'm just going to try to figure out how to address via htaccess or something.