Greetings.
I'm developing a website that uses sessions and frames, so when a user logs in, it opens a frameset with two php files.
When a session expire, the website prints the login screen. Problem is the login screen is printed in the "main" frame - leaving the "header" frame untouched.
I'd like to open the screen in a "_top" fashion, so it would "destroy" the frameset.
Does anyone have any ideas?
Thanks in advance,