Re: Revigniter Sessions

2017-12-15 Thread Tom Glod via use-livecode
you got it Alex..thats exactly what I want to do . brilliant ...check header for cookie..get cookie. got it. Thank You!!! On Fri, Dec 15, 2017 at 6:57 PM, Alex Tweedly via use-livecode < use-livecode@lists.runrev.com> wrote: > Hold on - you guys are getting confused - or maybe you're

Re: Revigniter Sessions

2017-12-15 Thread Alex Tweedly via use-livecode
Hold on - you guys are getting confused - or maybe you're just getting me confused :-) :-) On the server side, Tom wants to use revIgniter session support - that should be just fine. revIgniter (or indeed LC Server) doesn't know, or care, if you are using a standard browser, a revBrowser insi

Re: Revigniter Sessions

2017-12-15 Thread Tom Glod via use-livecode
Thanks Bob, thats what I suspected as wellI guess I have to create my own session handler, or maybe I can still user rev-igniter's session handling via database only and ignore the cookiewe shall see. On Fri, Dec 15, 2017 at 10:33 AM, Bob Sneidar via use-livecode < use-livecode@lists.runre

Re: Revigniter Sessions

2017-12-15 Thread Bob Sneidar via use-livecode
If the LC browser doesn't support cookies, probably nowhere. Session cookies are kept in memory, and therefore likely inaccessible. Bob S > On Dec 15, 2017, at 07:29 , Tom Glod via use-livecode > wrote: > > Hi everyone, this may be a dumb question.but > > When I download a URL (from in

Revigniter Sessions

2017-12-15 Thread Tom Glod via use-livecode
Hi everyone, this may be a dumb question.but When I download a URL (from inside LC Standalone), which is a (LC Server Page) that generates a cookie, where does the cookie get saved? Is it accessible to me? I'm working on integrating LC Standalone with a Postgress DB via LC Server. I'd like t