Closed GoogleCodeExporter closed 8 years ago
Flash does not send any browser cookies along with submissions it makes.
However,
you have complete control over the URL that it submits to. You can add any
session
information as a query string parameter. Example:
webcam.set_api_url( 'test.php?cookie=' + escape(document.cookie) );
Then, in your server side script, you can parse the query string, and extract
the
Session ID from the cookie.
Original comment by jhuck...@gmail.com
on 10 Oct 2009 at 6:35
forget about it :)
Original comment by raanan....@gmail.com
on 10 Oct 2009 at 6:37
as it turns out. it does pass the session info into the server.
so no need to change anything
thx again!
great application!
Original comment by raanan....@gmail.com
on 10 Oct 2009 at 8:05
Original issue reported on code.google.com by
raanan....@gmail.com
on 10 Oct 2009 at 6:32