Re: [flexcoders] Help With Log Out

2008-01-22 Thread Tom Chiverton
On Monday 21 Jan 2008, Gregor Kiddie wrote: navigateToURL( new URLRequest( javascript:window.location.reload( false );) , _self ); We do the same thing, but using URLRequest(/) - doesn't rely on JavaScript being on then. You could use Application.application to find the full path if you

[flexcoders] Help With Log Out

2008-01-21 Thread Glenn Williams
Hi all. Can anyone tell me if there is a way to fully reset a flex application programmatically? My problem is this. I'm using states to manage my apps logging in/out But, when a user logs out, then back in again all of the components have already been initialized during the first