Setting a cross app "cookie"

Hi there,

I have one meteor application that serves up content to the user and offers a link to download my app from the store. Based on what page they are viewing when they click on download the app I want to redirect them to the corresponding page within in the app.

So the user comes into my website and decides they want to take part in what I’m offering. They download the app, and instead of browsing to the content they are automatically redirected to it.

Both applications are running Meteor. The app is deployed via Cordova.

What’s the best way to handle this? I would have used cookies but it looks like they don’t work properly in Cordova.

Any suggestions?

Thanks.