I want to store my smarttv aplication’s status. Example: I have a multipaged document and I want to store where the user left the program to open this page when the user reopens the program.
What is the efficient way to achieve this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Given that you are talking about pages and cookies, I’ll assume you are using the HTML / JavaScript API.
According to Samsung’s list of JavaScript properties, the
cookieproperty is supported. This is defined in the DOM Level 1 specification and Quirks Mode has a guide to using cookies from JavaScript.