So for some reason once you add an HTML5 app to the homescreen on iOS is loses the ability to work with cookies. I'm using a node.js server running connect.
I've seen others solve this problem with things like http://rubygems.org/gems/rack_iphone_web_app
Is there anything that does this for connect cookies? If not what it would it look like to translate them to localStorage myself?
Thanks very much!
You should be able to use the same code as in your link, it looks like it takes the current cookie in general and stores that - nothing rack specific!