kb0000 Posted March 25, 2007 Share Posted March 25, 2007 I have just switched over to 5.2.1 Version. Earlier i was using the 4.3.2 and now i find that it is not the session_start(). I am using the Mysql database and as i try to login and then it goes to a different page there first i am checking the if isset for seesion , and if it is not set then it says please login. and this thing is not working for me in this new version. There is session_start() included on both the pages at the top. Quote Link to comment https://forums.phpfreaks.com/topic/44204-php-521-session_start/ Share on other sites More sharing options...
tauchai83 Posted March 25, 2007 Share Posted March 25, 2007 now what is the error message that you get first? please be more detailed. your own error echo message or any? output already started at line xxx?? Quote Link to comment https://forums.phpfreaks.com/topic/44204-php-521-session_start/#findComment-214680 Share on other sites More sharing options...
wildteen88 Posted March 25, 2007 Share Posted March 25, 2007 Please post segments of your code that has the issue. Make sure you are using $_SESSION and not the old $HTTP_SESSION_VARS variable. Quote Link to comment https://forums.phpfreaks.com/topic/44204-php-521-session_start/#findComment-214781 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.