calmchess Posted December 5, 2009 Share Posted December 5, 2009 I've been over my code a thousand times and every thing is correct ....I can access my session over 2 page redirections but when i get to the third it dies and the echo tells me its an undefined index. there is no time limit on my session is there such a thing as a page limit? BTW one of the page redirections opens a new window. Quote Link to comment https://forums.phpfreaks.com/topic/184106-session-lifetime/ Share on other sites More sharing options...
PFMaBiSmAd Posted December 5, 2009 Share Posted December 5, 2009 Best guess, since you did nor provide any specific details about the redirects that are working and the one(s) that are not, is that you are either changing the hostname (subdomain) or the path in the URL and the session cookie settings are not setup to match a different hostname/path then where the cookie was created. Second best guess, sessions are not working on the page you are redirecting to. Quote Link to comment https://forums.phpfreaks.com/topic/184106-session-lifetime/#findComment-971988 Share on other sites More sharing options...
calmchess Posted December 6, 2009 Author Share Posted December 6, 2009 you my man are a genius you guessed correctly and it didn't even occur to me....lesson learned thankyou very much Quote Link to comment https://forums.phpfreaks.com/topic/184106-session-lifetime/#findComment-972175 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.