i want to create a trial webpage with static languages that expires after 10 days from running in client computer and if the deadline has been reached it stores a value in client computer that can be used for the notification of deadline and doing some restrictions in application.
if i do this with cookies when the user resets the browser this value doesnt do its work.
is there any other option for me to store a permanent value??
i shoud note that i dont want to use activex object and i will encrypt the code with software for prevention of viewing the source code… .
thnk
Try to use the local storage, which is more persistant than cookies, but they are not permanent, also local storage works only with webkit supported browsers like chrome, safari, etc…