How to grab all cookies in Flash
Posted
by Leticia Meyer
on Stack Overflow
See other posts from Stack Overflow
or by Leticia Meyer
Published on 2010-06-07T23:27:02Z
Indexed on
2010/06/07
23:32 UTC
Read the original article
Hit count: 216
For a site I'm developing with a user login that uses cookies to store the session ID, a separate section of it uses Flash to provide content and such. Is there some way it can access the cookies that were set the by login? The name of the cookie will not the be same every time, as it is randomly generated, as well as its value. I then need to send the name and value of the cookie back to a page on the server to do additional stuff. Anyone know how to do this? Note that I didn't write the Flash interface, an the person who did doesn't know how to do this. Please help me, and thanks in advance!
© Stack Overflow or respective owner