masterjake
New Member
- Messages
- 73
- Reaction score
- 0
- Points
- 0
I continue to have this problem. So far I've posted this problem two or three times in the past but no one has ever been able to successfully solve my problem. I think it was because I was not specific enough. So basically here's my problem, it's a rare one.
PROBLEM ONLY OCCURS ON INTERNET EXPLORER:
So on Internet Explorer, when people try to login to my site, it will log them in and give a success message but when they change pages they are logged out again. I think this has something to do with the sessions not registering or not staying registered in IE. I also cannot use cookies on my site cause they also won't set in IE. Can someone tell me what my problem is? My site is http://masterjake.co.nr/
Also: my code basically checks the database for the user and pass, and if it is a success then it does this
$_SESSION['username'] = $username;
the $username variable is previously set when it checks the database and seems to work propperly. At the begging of every page my first line of code is
<?php session_start(); ?>
Can someone please tell me why this is happening. I think I'm the only one with this problem. Is it Internet Explorer? If so how do I fix the site to work with IE as well. Or, is it my code? Am I not doing something right? Please help!! =]
PROBLEM ONLY OCCURS ON INTERNET EXPLORER:
So on Internet Explorer, when people try to login to my site, it will log them in and give a success message but when they change pages they are logged out again. I think this has something to do with the sessions not registering or not staying registered in IE. I also cannot use cookies on my site cause they also won't set in IE. Can someone tell me what my problem is? My site is http://masterjake.co.nr/
Also: my code basically checks the database for the user and pass, and if it is a success then it does this
$_SESSION['username'] = $username;
the $username variable is previously set when it checks the database and seems to work propperly. At the begging of every page my first line of code is
<?php session_start(); ?>
Can someone please tell me why this is happening. I think I'm the only one with this problem. Is it Internet Explorer? If so how do I fix the site to work with IE as well. Or, is it my code? Am I not doing something right? Please help!! =]