Internet Explorer 11 resets PHP session on 5th tab -


ok 1 of odder issues have run into.

we have company intranet site. many of our employees need open several of our intranet php pages @ same time, sharing php session variables (branch, etc.) between of pages. complaining losing sessions , able determine that, regardless of page opened, whenever opened 5th tab, if page has session_start() function reset session of open pages. of old session variables killed , ones available ones created on page.

this happens on internet explorer 11 far can tell. have few machines still on 10 , can open more 5 tabs without issue. although might have different settings well, haven't looked of yet.

i love use different browser firefox or chrome need use internet explorer variety of things.

anyone have idea do? tried looking around , found information on tab processes , such looks might right fix, bit confusing.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -