> Hi all, I was wondering how to use flashvars to pass a php session id > into a flex application. I am new to flashvars so I need to know the > syntax on the mxml and php sides. Thanks.
To be honest, I use CakePHP and it manages the PHP session stuff, so I don't know exactly how to retrieve the session ID (I'm pretty new at PHP), but I do know that the session ID's will "just work" with Flash Player http requests in the same way they "just work" when a user clicks a link on your site. In other words, if you're not passing session ID's manually between web pages (e.g. you're using cookies) the Flash Player will "inherit" those session ID's when it makes requests back to the server. That's because to the server the only thing that really distinguishes the Flash Player from any other HTML web page is the User Agent. Troy.

