LC Server Session Cookies

Ralph DiMola rdimola at evergreeninfo.net
Thu Oct 17 09:51:22 EDT 2019


Panos,

Thanks!
I will try that for "put secure cookie". The first problem is the a "start
session" creates a cookie on the client and I don't see a way to add the
attributes.

Ralph DiMola
IT Director
Evergreen Information Services
rdimola at evergreeninfo.net
Phone: 518-636-3998 Ex:11
Cell: 518-796-9332


-----Original Message-----
From: use-livecode [mailto:use-livecode-bounces at 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 Cookies

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 at 01:25, Ralph DiMola via use-livecode <
use-livecode at lists.runrev.com> wrote:

> 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 missing something?
>
> A cookie associated with a cross-site resource at 
> http://xxxxx.on-rev.com/ was set without the `SameSite` attribute. A 
> future release of Chrome will only deliver cookies with cross-site 
> requests if they are set with `SameSite=None` and `Secure`. You can 
> review cookies in developer tools under Application>Storage>Cookies 
> and see more details at
> https://www.chromestatus.com/feature/5088147346030592 and 
> https://www.chromestatus.com/feature/5633521622188032.
>
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdimola at evergreeninfo.net
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
_______________________________________________
use-livecode mailing list
use-livecode at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list