Thanks Dinesh. I actually sorted out the entire stuff a day back and thought of sharing. The way AIR or Flash runtime system works is.... When the application sends a request to server which sets a cookie to the response header after successful authentication.... the runtime system manages these cookie implicitly without the knowledge of user... said that, when SWF sends a reqeust browser does that for you... and when its an AIR app.. its been done by AIR rutime system.... as a developer we doesnt even have to set the cookie explicitly again as it would be an overwork for nothing... As an example.... I set a request to a dummy jsp which set the cookie...and every subsequenty request to that server had that cookie.... which I could see both on my client and server side..
Thanks a lot for your replies though Dinesh... I appreciate..! dinesh kumar-11 wrote: > > Oh i c but u can't access the cookies from the response header if u use > the > http service component. but other way if u use the htmlLoader the cookies > are managed unless u have set the manageCookies property true. > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > > -- View this message in context: http://old.nabble.com/Session-in-Flex-AIR-tp27551082p27574775.html Sent from the Flex India mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

