Not know what you are using to set and read cookies I really do no have an 
answer for you

With whatever you are using, can you…

        Set Cookie: “test=Test"
        testCookie := Read Cookie “test”
        If testCookie = “Test” Then
            Remove Cookie: “test”  // cookies are not disabled

        Else
           //cookies are probably disabled, alert the user

        End If

John

> On Jun 5, 2018, at 7:28 AM, Jim Labos - infobase via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> So I cannot assume that the Cookie was created because of not being able to
> read it on same connection, and I cannot assume it wasn't created due to
> Cookies being disabled.

**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to