Our application uses flash to upload a file off a users machine and stores it in our app that is running Able.
It relies on Token.UserId to store the file with the right user info. Unfortunately Flash has a really annoying bug with uploading where any NON-IE Browsers do not maintain cookie state. To sum up, a new session (and Token.UserId) is generated on every upload

I believe we have found a work around for the flash session issue and have managed to get back the original session cooke (AC7.SESSIONID) by passing the sessonId into flash and then sending it with our upload and getting the previously set cookie.
My question is, how do i retrieve the token based on session as it does not seem to have come back correctly?
Thanks very much in advance