Just have some javascript on your login page that forces it to break
out of any frames. Something like:
if (top.location != location) {
top.location.href = document.location.href ;
}
On Nov 15, 5:30 pm, chowdary <[EMAIL PROTECTED]> wrote:
> thank you.....
>
> I have put the session timeout period on each page so if some user
> remains inactive for 10 minutes (all webforms in main frame), he will
> be redirected to login.php page through header. Problem is that, the
> login.php page will certainly be opening in main frame, thus the links
> in main parent window will remain there. What I need is that this
> login.php must be opened in parent window , if any page in main frame
> finds the session timedout. Thank you in advance for any help ...
>
> please let me know how the navigation frame is refreshed from the
> server?
>
> thankyou.........
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---