Why not make a url that checks access without being logged in and it returns 
access control back to flex,
example

localhost/access/checkusercontrol?user_id=3434267

would return the xml 
<ACCESS>DENIED<ACCESS><LOGOUTAPP>YES</LOGOUTAPP>

thats how we do it on our app and it works quite well


--- In flexcoders@yahoogroups.com, "Dan" <yldle...@...> wrote:
>
> Thanks for the reply Tracy,
> 
> Actually, I am trying to figure out what is the best practice to integrate 
> the SiteMinder and the LCDS. So that when there is multi login decide by the 
> SiteMinder, the flex application can get the noticed. Since currently what we 
> did is the SiteMinder trying to throw a redirection when ever a LCDS called 
> is issued. The RemoteObject catch an exception as channel disconnection, 
> rather than the specific multi login from SiteMinder.
> 
> Dan
> 
> --- In flexcoders@yahoogroups.com, "Tracy Spratt" <tspratt@> wrote:
> >
> > A fault handler?
> > 
> >  
> > 
> > Tracy Spratt,
> > 
> > Lariat Services, development services available
> > 
> >   _____  
> > 
> > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
> > Behalf Of Dan
> > Sent: Tuesday, April 07, 2009 3:58 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] How to catch Error 302 from RemoteObject?
> > 
> >  
> > 
> > Hi dear flexpert,
> > 
> > This may be a simple question, but after searching through flex doc and this
> > forum, i still cannot figure out how can I, for instance, catch an session
> > timeout exception from SSO such as Siteminder, when I invoke a RemoteObject
> > call? The Siteminder is set so that it will sent back an temp redirection
> > 302 back when the someone is multilogin or session is expired for the
> > application. Anyone come accross this before??
> > 
> > Many Thanks.
> > 
> > Regards,
> > Dan
> >
>


Reply via email to