Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add detail to readme.md
  • Loading branch information
eeaton committed May 6, 2015
1 parent 44cc468 commit be680c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# cookieburra
JS library to share local storage info across separate domains. Used as a temporary workaround when back-end systems are not compatible to share user info.
# Cookieburra
JS library to share information (local storage and 1st party cookies) across domains.

Used in scenarios where user spans whitelisted partner domains outside of rakuten.co.jp as part of a single “rakuten session”. For remarketing, personalization, and A/B testing, we want to share information about user to the partner page, but lacked back-end support to share login data status directly. Cookieburra is two JS libraries, one implemented on the partner (controller) one that sends a request to the library on rakuten.co.jp (receiver) that responds to the request for whitelisted domains and shares the requested info from cookie and local storage data.

0 comments on commit be680c3

Please sign in to comment.