The cookie expiration date for the WebApp is 7 days? I want to make it less than 7 days! How?
To change the cookie date, open framework.js and locate the code found bellow! Replace the 7 there with whatever number you wish! Remember, the value means days! You cannot set it for less than a day as it would be useless!
createCookie('webappIsClosed', 'true' , 7);