[flexcoders] Re: soap and cookies with webservice

2009-09-10 Thread stephen_anson
--- In flexcoders@yahoogroups.com, guy.tomer guy.to...@... wrote: In a standard browser flash application in a web page, if the server sets a cookie on any http requests, the cookie will be sent back just fine. However you're talking about a desktop app which you probably mean an AIR

[flexcoders] Re: soap and cookies with webservice

2009-09-09 Thread guy.tomer
Not sure what you mean by standalone player. to the best of my knowledge flash uses the http connection of the browser so cookies behave the same as in the browser. HOWEVER, if you are trying to add headers manually to the outgoing SOAP requests - that's problematic, from our experience using

[flexcoders] Re: soap and cookies with webservice

2009-09-09 Thread stephen_anson
--- In flexcoders@yahoogroups.com, guy.tomer guy.to...@... wrote: Not sure what you mean by standalone player. to the best of my knowledge flash uses the http connection of the browser so cookies behave the same as in the browser. HOWEVER, if you are trying to add headers manually to the

[flexcoders] Re: soap and cookies with webservice

2009-09-09 Thread valdhor
You are better off using a piece of middleware like PHP. That is how I do it. --- In flexcoders@yahoogroups.com, stephen_anson s...@... wrote: --- In flexcoders@yahoogroups.com, guy.tomer guy.tomer@ wrote: Not sure what you mean by standalone player. to the best of my knowledge flash

[flexcoders] Re: soap and cookies with webservice

2009-09-09 Thread guy.tomer
In a standard browser flash application in a web page, if the server sets a cookie on any http requests, the cookie will be sent back just fine. However you're talking about a desktop app which you probably mean an AIR application so I am not sure, although I guess it should work. The test