I was just curious if anyone was having issues with sessions in Internet Explorer. I have a user login that uses session control and it works in every browser I have tested on PC and Mac except Explorer. I have never had this problem before.
What it does is logs in the first page fine but every once in a while it will just kick you out. Can't figure out why. I use start_session() on all the pages that i want to validate for the user and a function I called that checks the valid user.
I can post my code if this helps but I was just looking to see if there was any known issues with this. It might also be that I just loaded a new version of php.
Any comments on this would be great.
Thanks.
Ray