In my comunity we use sessions instead of cookies when login and everything works fine in mozilla. But when I try to login from IE6 (have not tested on IE5) it wont let me in. I have set session_cache_limiter = no-cache but it still not working. Why is that ? Do I have to use cookies instead ?
as far as i know, the browser has nothing to do with it - thats the whole point behind sessions, its all server based
Well The broswer must accept cookies. If he doesn't, PHP will add ?SID=... to any link tag in the page... But it won't add it to links in JavaScript, etc.