Corrected the subject and a part of the mail summarizing the question in a sentence is there a chance for a servlet called by flex app to redirect the browser from a flexapp to a new page.
-Ram On Fri, Aug 21, 2009 at 2:44 PM, Ram Mohan <[email protected]>wrote: > Hi all, > > My requirement is that whenever the session expires, a background process > should redirect the browser from a flex app to a jsp file( say sessionExpiry > jsp). In that sessionExpiry.jsp, i would be redirecting to logout.jsp. > > I am observing that eventhough these jsps are getting executed on the > server. they are not shown in the browser. > > is there a specific way to redirect the browser to a jsp from a background > app(say servlet), while flexApp is loaded. > > I used response.Redirect and jsp:forward and in both cases, this issue is > seen. > > Thanks, > Ram

