Javascript to encode cookie contents into a get or post?

Posted by beeky on Stack Overflow See other posts from Stack Overflow or by beeky
Published on 2010-03-23T01:06:59Z Indexed on 2010/03/23 1:11 UTC
Read the original article Hit count: 383

Filed under:
|

I want to pass cookie contents from one domain to another. I don't want to get involved with actual cross-domain cookies. I was thinking of reading the cookie on the domain that sets it and then sending it as an encrypted JSON object to the domain that wants to use it.

Is there an accepted way of doing this and/or a toolkit that handles this sort of thing?

Thanks for any help or advice, -=b

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about cookies