RE: LC Server Session Cookies

2019-10-17 Thread Ralph DiMola via use-livecode
-3998 Ex:11 Cell: 518-796-9332 -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of panagiotis merakos via use-livecode Sent: Thursday, October 17, 2019 3:30 AM To: How to use LiveCode Cc: panagiotis merakos Subject: Re: LC Server Session Cooki

Re: LC Server Session Cookies

2019-10-17 Thread panagiotis merakos via use-livecode
Hello Ralph, Does it work if you append this attribute to the "cookieValue" param? Something like: put secure cookie "testcookie4" for "/products/" on "www.livecode.com" with "some_cookie_value; SameSite=None" until (the seconds + 60 * 60 * 24 * 365) Kind regards, Panos -- On Thu, 17 Oct 2019 a

LC Server Session Cookies

2019-10-16 Thread Ralph DiMola via use-livecode
I started getting this warning in Chrome yesterday. It pops up when I start an LC Server session. I don't see a way to set this attribute when creating the session. I also don't see a way to set the attribute when creating a cookie with "put cookie". Does this require a change to LC Server or am I