Hi!
I have some session data in a Java session that I want to share with the Session created by Flash.
Here is wat I want to do.
A SAML authentication filter (FEIDE login) puts the userID and user attributes in session attributes (Session A)
I want this userID ad the user attributes to be available in the Flash application.
Previously we only needed the userID. We put the userId in the flashvars array.
Now we need more user attributes. that are available in the java session (Session A).
The Flash application has its own session (Session B). There is no obvious way of sharing data between Session A and Session B.
The solution I came up with is:
Now my question. Is there a more elegant way of doing the same thing?
North America
Europe, Middle East and Africa
Asia Pacific