Change PHPSESSID in amfphp
January 20th, 2008
I update the session section in the documentation to explain how to change the session ID of your application. This is very useful when you have several flash files running in different environments such as browser, air, or a frame that will receive a different sessionid for each connection. Use flashes localconnection class to send the master sessionid and tell all your other connections to update there id.
Hope that this helps!
Wade


Cool. Yes, this will help, thanks!