Sorry for posting in this forum, but as this message concerne 6212C, I presume someone else also use cookies and NFC technologies.
On 6131 NFC my application works fine, as I start to use 6212, I noticed that this phone doesn't keep cookies in memory. The issue is cookies that cannot be stored on the phone.
I'm completly lost.
Here is what I've done:
- I enable cookies in the phone navigator.
- I made a short PHP script to store a simple cookie like this- When I reload the page immediatly the cookie is present.Code:setcookie("type", "user", time() + 3600);
- If I quit de navigator and come back, then cookie disappeared. In some cases the cookie is back when I switch OFF/ON the phone.
Notice that if I do the same thing on a 6131 NFC the cookie stays in memory.
Same experience arround ?
Many thanks

. In some cases the cookie is back when I switch OFF/ON the phone.
Reply With Quote

