[flexcoders] Flex RemoteObject and Browser cookies

2008-08-29 Thread Vijay Ganesan
I have Flex-based Flash content running within a DHTML page. The swf contained in the page makes RemoteObject (mx.rpc.remoting.mxml.RemoteObject) calls to the backend servlet. In these calls, I need to be able to send the Browser cookies set by the containing DHTML app. Currently the only cookie t

RE: [flexcoders] Flex RemoteObject and Browser cookies

2008-08-29 Thread Seth Hodgson
ing to see actually apply to the domain/path/etc. that the remoting request is sent to. Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Vijay Ganesan Sent: Friday, August 29, 2008 1:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex RemoteObject and Browser c

RE: [flexcoders] Flex RemoteObject and Browser cookies

2008-08-29 Thread Jeff Vroom
, August 29, 2008 1:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex RemoteObject and Browser cookies I have Flex-based Flash content running within a DHTML page. The swf contained in the page makes RemoteObject (mx.rpc.remoting.mxml.RemoteObject) calls to the backend servlet. In th

Re: [flexcoders] Flex RemoteObject and Browser cookies

2008-08-29 Thread Nate Beck
Hey Vijay, I've done something very similar with mx:Webservice. I learned that if a swf is embedded from the same domain that it is trying to contact, the cookies are passed along. For Example: I have a swf embedded from "embed.abc.com" I have a cookie set on domain ".abc.com" I make a webser