<div dir="ltr">Jeremy,<div><br></div><div>Thank you. I had been experimenting with setCookie, but wasn't setting the expiration date correctly. All good now. </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 7, 2018 at 10:28 AM, Jeremy Shaw <span dir="ltr"><<a href="mailto:jeremy@n-heptane.com" target="_blank">jeremy@n-heptane.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>There is no underlying 'deleteCookie' support in browsers. Instead you call 'setCookie' and set the expiration date to be in the past. Then the browser will delete the cookie.</div><div><br></div><div><a href="https://stackoverflow.com/questions/2144386/how-to-delete-a-cookie" target="_blank">https://stackoverflow.com/<wbr>questions/2144386/how-to-<wbr>delete-a-cookie</a><br></div><div><br></div><div>Not sure which getCookie function you are using, but there is likely a setCookie function nearby.</div><div><br></div><div>- jeremy</div></div><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Thu, Jun 7, 2018 at 11:41 AM, Michael Litchard <span dir="ltr"><<a href="mailto:litchard.michael@gmail.com" target="_blank">litchard.michael@gmail.com</a>></span> wrote:<br></span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><div dir="ltr">Using ghcjs, I am able to read a cookie using getCookie. There's no corresponding remove/deleteCookie that I can find. Could I get some assistance in how to remove the same cookie I can see using getCookie?<div><br></div><div><br></div></div>
<br></span>______________________________<wbr>_________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bi<wbr>n/mailman/listinfo/haskell-caf<wbr>e</a><br>
Only members subscribed via the mailman list are allowed to post.<br></blockquote></div><br></div>
</blockquote></div><br></div>