I’m having a problem with cookies. If the browser has cookies disabled, the cookie gets rejected. Is there a way to enable cookies on the client’s browser that is compatible with Internet Explorer, Firefox, Opera and Chrome?
I’m having a problem with cookies. If the browser has cookies disabled, the cookie
Share
I’m not aware of one and would be suprised if there was one – people turn cookies off for (among other things) security reasons, so allowing the site to re-enable them would be a security issue.
What you could do is to write some logic into your app to check for cookies:
First
Then, include logic like this: