PDA

View Full Version : loadVars+server side asc+php sessions


krinolin
04-18-2006, 12:16 PM
Hi,

Its easy to grap php sessions from client side flash ,but how can i pass the user session id to server side asc.

I want to write some text to a database when the user close the browser and trigger the application.onDisconnect function. Its no problem with loadVars but how can i pass the client session id to the server side application.onDisconnect function.

Thx.