I am building web store using Meteor and having issues with adding items to my cart. Right now, each cart is uniquely identified by a Session ID. However, if I have two browser tabs open, each tab will have its own Session ID. Therefore, is there a method or technique I can use to create a Session ID that is constant across all browser tabs?
Thank you!