I'm sure there are some experienced php coders that have delt with this pain in the @ss topic!
I have a page index.php and within that page loads an iframe where all the content is navigated through for the site. I use sessions for a login.
This is not the typical IE6&7 problem where the session cookie does not pass to the iFrame because IE is treating the iframe as a third party 'new instance' of IE.... BECAUSE IT DOES IT IN ALL BROWSERS!
The problem: Logging in is fine. Displaying the session data/variables inside the iFrame is fine. but sometime within 5-15 minutes nomatter if the window is sitting still or your navigating through pages that are correctly calling session_start() etc etc. The code i have written at the top of all pages to send to the login screen if there is no session data, kicks in! So it's as if the session data disappears on its own in that 5-15 min time period... Like i said, it does this in firefox as well as IE.
I have a feeling it's something to do with my hosting? I have cpanel w/ h*stgat*r, and don't even know where to begin to debug this problem!
ANY help is appreciated.
Bookmarks