Yeah... when your app starts the client will know, just do the request then.
--- In [email protected], "mark_j_ellul" <[EMAIL PROTECTED]> wrote: > > Forgive me if I am wrong... > > But wouldn't the CreationComplete event be triggered on the > application if a refresh or back/return has been done at the client side? > > If that is so, you would probably want to reload your cached information. > > Hope this helps > > Mark > > --- In [email protected], "fwolff999" <franck.wolff@> wrote: > > > > Hi, > > > > Is there any reliable way to detect a full reload of a Flex app (after > > a browser reload button click or a back/return for example). > > > > It seems possible, with RemoteObject, to use the incremented response > > prefix on an AMF3 body ("/1", "/2", ..., "/n", then "/1"... again > > after a reload). But is it really reliable ? > > > > The point is to know, on server side, that the client has lost all > > cached informations. > > > > Thanks for any hints, > > Franck. > > >

