Re: persistent arrays and other data for server/web

2013-06-21 Thread Mike Bonner
Don't know enough about https to answer the question, though if I were to make a WAG I'd say yeah. The session data should just be part of the encrypted being passed back and forth. On Fri, Jun 21, 2013 at 2:08 PM, Dr. Hawkins wrote: > On Fri, Jun 21, 2013 at 12:42 PM, Mike Bonner wrote: > >

Re: persistent arrays and other data for server/web

2013-06-21 Thread Dr. Hawkins
On Fri, Jun 21, 2013 at 12:42 PM, Mike Bonner wrote: > Might look here for a simple example of session management: > http://forums.runrev.com/viewtopic.php?f=15&t=10787&p=50056&hilit=session > #p50034 Thank you. So it sounds like a session can be tagged to an id generated server side, passed bac

Re: persistent arrays and other data for server/web

2013-06-21 Thread Mike Bonner
Might look here for a simple example of session management: http://forums.runrev.com/viewtopic.php?f=15&t=10787&p=50056&hilit=session #p50034 However, if you're using the community version of livecode server, for the moment sessions are not working. There is a forum thread about the issue so as f