I have a website which uses javascript cookies in redirecting if user is not logged in. But when you use iPad or iPhone to access my site you will not be able to go to landing page since IOS browser blocks/disable cookies by default.
I've searched for workarounds and found these set Cookie manually using HTTPCookiestorage
Where are an UIWebView's cookies stored?
But first, I don't know how to use it. I've read but still it's not clear to me on how i set the cookie to IOS browser so user can view my site.
Can anyone help/guide me on how to use it? Im using javascript on my code. and its only a website not an application.
Thanks a lot!