Hi,I am working with sessions and authentication for the first time.I
need assistance with using FlexContext to read the session attributes
and userInformation. I want to know, how and from where FlexContext gets
the sessioninformation from? I have a flex login page, the user id and
password aresubmitted via URLVariables - j_username and j_password. The
Tomcat validates it,using custom JDBCRealm. I now want to capture this
user information as well asthe session details, such that it is
accessibl...