Document.cookie is not working in tizen studio smart tv app

I want to use document.cookie, but it seems not working.
For example,
document.cookie=‘hello’
console.log(document.cookie)

result is empty.
I am not sure why it is.
It seems in tizen studio document.cookie not working.
I tried in normal chrome browsers and it is working well, only in tizen debug console, not working.

1 Like

Hi there, I am facing the same issue in 2024… Did you manage to resolve this? What was the cause for you back in 2021… Any help on this is greatly appreciated :slight_smile:

To anyone facing this cookie issue in the simulator, basically cookies do not work in the simulator but will work in the emulator. Hope this helps :slight_smile: