K
_Kapil
Guest
We are tracking a user session based on specific cookies once the users moves from http to https pages and back on our website .
However we are facing this user session getting lost issue on IE 11.0.24 and lower versions . The reason is that while we move across the domains the cookies are getting lost and new session cookies are getting created .
This is working fine in other browsers and also in IE 11.0.27 .
While reading more about this issue we found that if we mandate IE to use a single process per tab (by setting TabProcGrowth in IE system registry ) the issue will get resolved and cookies wont be lost .
We tried it and it worked for 1 system but its not possible to have it done for all end users of our website who are on the above IE versions .
Is there any other solution to it or any fix that can be done from IE side as an interim fix to lower versions .
Thanks
Continue reading...
However we are facing this user session getting lost issue on IE 11.0.24 and lower versions . The reason is that while we move across the domains the cookies are getting lost and new session cookies are getting created .
This is working fine in other browsers and also in IE 11.0.27 .
While reading more about this issue we found that if we mandate IE to use a single process per tab (by setting TabProcGrowth in IE system registry ) the issue will get resolved and cookies wont be lost .
We tried it and it worked for 1 system but its not possible to have it done for all end users of our website who are on the above IE versions .
Is there any other solution to it or any fix that can be done from IE side as an interim fix to lower versions .
Thanks
Continue reading...