views:

114

answers:

1

Is there any way to share a session between a java web app and an AIR app that uses blazeDS? The goal is some kind of single sign on, so when either one of the apps is logged into that the user would not need to log into the other. They're both running in the same tomcat, but they are different apps.

A: 

use local connection and make them talk to each other and share their status.

TheBrain
can you elaborate a bit on this?
Roba
-1 as LocalConnection is for two SWFs to communicate at the client side.
Amarghosh
great for you to give me -1 he said a web app not a web service. so you can have a fucking swf running in a web app that comunicates by local connection with the air app and even test if the air app is started or not. and if it's started send whatever info is needed.
TheBrain