Hello Flex Fans,

I am new to Flex, so upfront apologies if the question does not make
any sense or is so trivial I should be ashamed to ask.

Anyway... I want to set up communication with a Tomcat servlet service
(no FDS) that sits behind forms based authentication.

I do manage to use HTTPService to do authentication by posting to the
j_security url and then invoke the service, but the thing that is
bothering me a bit is what to do when the servlet session times out. 

I guess I could check the result of each invocation to see whether it
returns the login form iso the expected reply and then just
reauthenticate. That does seem somewhat of a hassle though.

Anyone any guidance on this? Is this the "right" approach? Is there
any open/demo source code available?

Many thanks indeed!

Peter

Reply via email to