rxbanditboy1112 Posted December 11, 2007 Share Posted December 11, 2007 Are there any times when session variables won't work? I am experiencing a strange problem and i want to know if this could be interfereing? I didn't think this was the case, but i am trying to rule out the possibilities. Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted December 11, 2007 Share Posted December 11, 2007 $_SESSION is server side, not client side - so the browser should not affect the creation or lack there of; of a session - a browser can destroy a session; once it is closed, but I do not think it can prevent one from being established. Quote Link to comment Share on other sites More sharing options...
rxbanditboy1112 Posted December 11, 2007 Author Share Posted December 11, 2007 ok cool that is what i thought Quote Link to comment Share on other sites More sharing options...
revraz Posted December 11, 2007 Share Posted December 11, 2007 Depends on how you have it setup in the php.ini. You can set sessions to work as a cookie, so if they have cookies disabled, then sessions won't work. 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.