Have you looked into SharedObject, if you’re
hitting the same domain that should allow you to share data across SWFs.
Hi,
I'm developing an app at the moment which
maintains user info for a
suite of applications. It works by authenticating
and retrieving user
information then redirecting to the target
application. The problem is
i was hoping the session data would be maintained
between the apps, as
i would use redirection ( getUrl('http://www.hotmail.com') within the
same browser, but the session data gets destroyed
between the two. How
can i maintain the session data? An alternative
would be some method
to pass data between the apps, but the data is
sensitive, so i can't
use query string parameters e.g
http://localhost:8101/flex/charts/PieChart1.mxml?
fname=Reiner&lname=Knizia
The app i am redirecting to is another j2ee
instance on the same
server.
I am using CF7 and Flex 1.5
Can anyone help?
Regards,
Scott
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
YAHOO! GROUPS LINKS
|
- RE: [flexcoders] Maintaining Session Data/Passing data to othe... Matt Chotin
-