Jump to content

ips.utils.cookie.get is not working


Go to solution Solved by Matt,

Recommended Posts

Posted

Hi. Community question. Is ips.utils.cookie.get also not working for you? I enter a value and after refreshing the page it shows me "false" when I try to fetch.

I have the latest version of IPS 4.7.11 with patches installed.

Posted (edited)
12 minutes ago, Marc Stridgen said:

Sorry, please could you clarify here what you are trying to do?

I have this code in a template

<script>
$(document).ready(function () {
	ips.utils.cookie.unset('testvar');
	ips.utils.cookie.set('testvar', 'OK', true);
});
</script>

And when I want to call the value using ips.utils.cookie.get in the console it tells me undefined.

Could contain: Text

In addition, I noticed that several of my templates stopped working and that's all after the update.

Edited by psychol.
  • Management
  • Solution
Posted

It's probably caused by the opt-in/essential cookies additions in .11. We're getting a .1 release ready to fix the outstanding issues reported.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...