this is going to sound weird... but, there were some ways I needed to do data that were just easier to hand-code. I add them into my phprunner project through an iframe.
So, the user gets to that page and then they might interact with that iframe for 15 minutes or more. When they get done they click on a tab in the interface (phprunner part) and it says the session has timed out - well, that is true because they have not really interacted with phprunner during the time they were using the iframe area.
How can I keep the session active while they use the embedded external pages. Is there something I can put in there to keep pinging the phprunner session?