[flexcoders] how do you guys handle browser back button cases?

2005-12-02 Thread george_lui
Say I logout in my Flex RIA. I then hit the browser back button. I got back to the last page. If I make another remoteObject invocation at this point, my code catches the invalidated session and it is dealt with accordingly. But I wanna catch the session invalidation status when I hit the back

RE: [flexcoders] how do you guys handle browser back button cases?

2005-12-02 Thread Carson Hager
: 1.703.489.6466 -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of george_lui Sent: Friday, December 02, 2005 12:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] how do you guys handle browser back button cases? Say I logout in my Flex RIA. I