Re: [Catalyst] Session timeout and re-Authentication from a Frame

2007-05-15 Thread Matt S Trout
On Tue, May 15, 2007 at 08:06:01PM +1000, Steve H wrote: > >window.parent.location = > > Given the response already has it's target window, the Login screen will > just get rendered there. I was thinking of a solution that maybe writes an > intermediary response page that onLoad() sets the loca

[Catalyst] Session timeout and re-Authentication from a Frame

2007-05-15 Thread Steve H
> > A couple of Login/authentication questions: > > As expected, when using frames, when a session times out and displays the > Login page, it does so in the frame that is the target for that request. > Is there any easy trick to be able to get that Login screen to use '_top' > as the target? p

Re: [Catalyst] Session timeout and re-Authentication from a Frame

2007-05-15 Thread Matt S Trout
On Tue, May 15, 2007 at 12:52:25PM +1000, Steve H wrote: > Hi > > A couple of Login/authentication questions: > > As expected, when using frames, when a session times out and displays the > Login page, it does so in the frame that is the target for that request. > Is there any easy trick to be a

[Catalyst] Session timeout and re-Authentication from a Frame

2007-05-14 Thread Steve H
Hi A couple of Login/authentication questions: As expected, when using frames, when a session times out and displays the Login page, it does so in the frame that is the target for that request. Is there any easy trick to be able to get that Login screen to use '_top' as the target? perhaps an