I've been researching this topic for the past few hours with little success. I wish to redirect from the content of a frame, to the parent of the frame using php. .. The only reason I think it's possible is because I disabled javascript on my browser and phpMyAdmin was still able to redirect me when the session ran out of time.
I also realize it is most likely not possible, given that frames are a client-side thing, and php is not.
That in mind, I'm wondering how phpMyAdmin does it. I do not wish for js to be required for my web application.