Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently May 21st, 2024, 3:28 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: delete HTML5 cookie (s)
PostPosted: October 7th, 2016, 4:31 pm 
Offline
Godlike
Godlike

Joined: November 11th, 2004, 1:18 pm
Posts: 1213
Location: New York
Opus: Opus Pro 9.75
OS: Windows 10 Pro 64 bit
System: Core i7, 16G RAM, Nvidia 640GT (desktop), plus Windows 10 and Android tablets
Is there a way to delete an HTML5 cookie, created by the write/read cookie action in Opus HTML5, using Opus script or JavaScript?

(If a cookie can't be deleted, then maybe best option is to reset/write variable value in cookie to "".)

_________________
Stephen


For this message Stephen has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: delete HTML5 cookie (s)
PostPosted: October 8th, 2016, 1:08 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
These cookies are actually HTML5 LocalStorage - so any web search for that and JavaScript will explain how to use them with code. However, unless you have a specific reason for deletion - then setting to empty would be easier.

</mack>

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: delete HTML5 cookie (s)
PostPosted: October 8th, 2016, 1:22 pm 
Offline
Godlike
Godlike

Joined: November 11th, 2004, 1:18 pm
Posts: 1213
Location: New York
Opus: Opus Pro 9.75
OS: Windows 10 Pro 64 bit
System: Core i7, 16G RAM, Nvidia 640GT (desktop), plus Windows 10 and Android tablets
Thanks, Mack.

May simply stay with setting to empty, since its the data being held, not the cookie itself, that the user needs the option to remove, for privacy. But will do some more reading, just in case...

Best Wishes,

_________________
Stephen


For this message Stephen has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: delete HTML5 cookie (s)
PostPosted: October 10th, 2016, 2:04 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
You could also look at using sessionStorage in place of localStorage as it's deleted the minute the user closes the tab / window.

I would recommend checking both forms of storage on IE though, as a recent project highlighted potential issues.

</mack>

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: delete HTML5 cookie (s)
PostPosted: October 10th, 2016, 2:19 pm 
Offline
Godlike
Godlike

Joined: November 11th, 2004, 1:18 pm
Posts: 1213
Location: New York
Opus: Opus Pro 9.75
OS: Windows 10 Pro 64 bit
System: Core i7, 16G RAM, Nvidia 640GT (desktop), plus Windows 10 and Android tablets
Thanks, Mack.

Wasn't aware of sessionStorage. Nice option!

Need to think through which would be the better option for the project I'm working on. Each has their strengths, depending on project goals.

_________________
Stephen


For this message Stephen has been thanked by : mackavi


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group