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. Link to comment https://forums.phpfreaks.com/topic/81256-are-sessions-supported-with-every-browser/ 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. Link to comment https://forums.phpfreaks.com/topic/81256-are-sessions-supported-with-every-browser/#findComment-412322 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 Link to comment https://forums.phpfreaks.com/topic/81256-are-sessions-supported-with-every-browser/#findComment-412327 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. Link to comment https://forums.phpfreaks.com/topic/81256-are-sessions-supported-with-every-browser/#findComment-412330 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.