Here is what happens to some users of IE8 when using the website i am responsible for:
- person logs in, credentials are verified, zend auth is created. After login, user is redirected to the default page.
- the default page has 5 ajax request that start on document ready. The ajaxes somehow don't have the php session in the request and result with returning a login form. 2 of these ajaxes return json, 3 return html. zend auth is still available for these requests.
After inspecting the headers and the cookies, headers are proper, PHPSESSID is different.
More on the environment, php 5.2, https on entire website, jquery 1.2.3 The ajax requests are made with .ajax
Can someone please help with some advice?