938660 Posted October 19, 2007 Share Posted October 19, 2007 Hi - i posted a topic earlier(my previos post) regarding a session of mine that didnt appear to be working. I am still unable to solve my problem even though i feel the session was coded correctly. Are there any common reasons for sessions not working. Could it be somthing to do with the INI file, browser etc Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted October 20, 2007 Share Posted October 20, 2007 There are hundreds of potential issues with sessions. Make sure you call session start on each page. make sure they are set right. Are you getting any error messages, show some of the relevant code for us to look at as well as provide a synopsis on what is happening to your sessions? Quote Link to comment Share on other sites More sharing options...
igor berger Posted October 20, 2007 Share Posted October 20, 2007 Try using session start at the begining of the page and right before you assign a value to asession variable see if that helps. Can you echo the session id? Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted October 20, 2007 Share Posted October 20, 2007 Did you ever get your session problem figured out? Quote Link to comment Share on other sites More sharing options...
938660 Posted October 20, 2007 Author Share Posted October 20, 2007 yes - i sorted it out - thanks all for help and advice. my session wass 100% correct. I upload my pages to a server and the session works perfectly. I was running them locally on my machine before, HENCE, my php is knackered - what could be wrong with it? !!! thanks again all!!! Quote Link to comment 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.