iPhone/iPad WebApps don't allow cookies? -


when use <meta name="apple-mobile-web-app-capable" content="yes">, page doesn't set, load, or retrieve cookies. there way around this? can't find useful in google.

uiwebviews don't store cookies. use html5 local storage instead.


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -