In a Struts/JSP application you can put severlet filters in as a way to
cross cut your system and provide validation of login/session on a user.  If
it fails, you redirect the user to a login page.

Can I still utilize a servlet filter to check the login before my business
delegates get executed by AMF?  If so what will be sent back to the Flex
Client that I can grab so that the user will get redirected to a login (and
eventually resend their data if valid)?

Maybe there is an easier way to handle a session based login scenario that I
am not thinking of.  I hate to through an exception and have a fault handler
in every one of my commands on the Flex side (or a base command).

        Thanks,

        -Kent

"Perfection is achieved, not when there is nothing more to add, but when
there is nothing left to take away."
    - Antoine de Saint Exupery
 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to