You can use shared objects and just keep track of the user by ip so no matter what he does it is still saved, now when he closes you should just flush out that shared object.
----- Original Message ---- From: Scott <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, July 9, 2008 11:44:23 PM Subject: [flexcoders] Refresh issues Ok, it kind of makes sense that I lose where I am at in my flex application if I hit F5, but I’d like to find a way around it… I’m starting on my first CF/Flex3 application. My first task that I just completed is the login routine which works beautifully using CFLogin. If I hit F5 (or refresh) in my browser the application starts back to square zero again looking for username/password. Is there a way to manage states and get the user back to where they were if they were to hit F5? (or backspace/page back for that matter). TIA!

