Hi,
 
Well if the both apps are under the same context (say /myapp ), then they share the same session data... you can just use a RemoteObject call to retrieve the data.
 
If however both apps are under different contexts ( say / myapp and /myotherapp ), they won't share the same session data. You will have to load it each case.
 
Question is, why do you really need two apps? Can't one app do the work fro you, and have it in such a way that it displays one view versus another depending on what role the user has?
 
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
 


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of smi295
Sent: Wednesday, November 30, 2005 5:35 AM
To: [email protected]
Subject: [flexcoders] Maintaining Session Data/Passing data to other apps

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




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to