I want to store some non confidential data on the user's browser (or any device/mobile browser) for the next session. I can store that on the cookies but I dont want to send that cookie on any requests to server.
I just need to store and retrieve about 5 key-value pairs, client side only. Is cookie a good fit for this purpose or should I consider local storage? Cross-browser support is very important.