ajax-based login fails: IE6 and IE7 ajax calls delete session data (session_id however is kept)
- by mateipavel
This question comes after two days of testing and debugging, right after the shock I had seeing that none of the websites i build using ajax-based login work in IE<8
The most simplified scenario si this:
1. mypage.php :
session_start();
$_SESSION['mytest'] = 'x';
<script type="text/javascript"…