Getting Token from Session Id

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
moopa
Lieutenant (LT)
Lieutenant (LT)
Posts: 59
Joined: Tue May 13, 2008 10:11 am

Getting Token from Session Id

Post by moopa » Tue Feb 10, 2009 7:33 am

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

User avatar
moopa
Lieutenant (LT)
Lieutenant (LT)
Posts: 59
Joined: Tue May 13, 2008 10:11 am

Re: Getting Token from Session Id

Post by moopa » Wed Feb 11, 2009 5:01 am

*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

Post Reply