Hi All, This may be a very silly question, but I am stuck on this and can not find a suitable solution, please advise.
I have an application where the first screen is a login screen, when a user logs in he is redirected to a diferent view based on the users login permissions etc. The problem is whenever we hit the F5 browser button the wrapper file is refreshed and the embeddd swf (flex app) is reloaded reinitializing all the application variables etc. This takes the screen view back to the default login screen although the user is logged and all values are lost. How can I handle this? I tried using shared objects but this would meen storing every value in shared object. Is there any easier way out? Any configuration change etc. Do we need to disable the F5 key press using javascript etc. ? Please advise. Regards, Paromita

