Page 1 of 1

Getting Token from Session Id

Posted: Tue Feb 10, 2009 7:33 am
by moopa
Hi all.

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

Re: Getting Token from Session Id

Posted: Wed Feb 11, 2009 5:01 am
by moopa
*Polite Bump*.

We need to get the previous Token from the session. We can restore the session now, but the token appears different.

Any information on token would be helpful!

Thanks