[eluser]Tomas Sundvall[/eluser]
Yes, the sess_match_useragent is set as TRUE, do you think I should set it to FALSE?
The code is very simple, if the password and username is correct, the login session is set to true, and then I check in if the login session is true or not in the constructor of my controllers. Just as I do when I create login scripts with regular sessions.
This means that I don't think that the code is the problem, it's more likley that I have to change some settings or something like that. I mean it work's perfectly in all browsers except IE. I also think that's strange since the sessions shouldn't have anything to do with the browser?
Is there anyone here who have experienced the same problem or maby just have written a login-script using CI

session library?
/Tomas