jaymc Posted December 3, 2006 Share Posted December 3, 2006 I have a website that works around sessionThe session do not have a life time, basically the session is terminated when the browser is closedThis has been working great, but for some reason, and pretty random, i've hit a problemwhen I click a link on my site that opens a page from my site in a NEW window, the session is not picked up..No idea why, The only thing I changed in PHP.INI was max execution time, I dont think ive altrered anything elseAny way I can test something to try find the root of the problem.. Link to comment https://forums.phpfreaks.com/topic/29339-sessions-not-being-passed/ Share on other sites More sharing options...
keeB Posted December 3, 2006 Share Posted December 3, 2006 I believe that is the difference between setcookie() and $_SESSION, as opening a NEW window is like creating a NEW session..I may be completely off, though. Link to comment https://forums.phpfreaks.com/topic/29339-sessions-not-being-passed/#findComment-134531 Share on other sites More sharing options...
jaymc Posted December 3, 2006 Author Share Posted December 3, 2006 Its worked in the past, perfectJust random it hasntive just done a small test using 2 files1 to make a session and 1 to readThats working greatHmmm Link to comment https://forums.phpfreaks.com/topic/29339-sessions-not-being-passed/#findComment-134540 Share on other sites More sharing options...
keeB Posted December 3, 2006 Share Posted December 3, 2006 Quite over my head, then... sorry I couldn't be of more assistance. Link to comment https://forums.phpfreaks.com/topic/29339-sessions-not-being-passed/#findComment-134548 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.