Hi Sessions are saved to the default temporary folder, although you can control where sessions are saved using the sessionSavePath command. As they are saved server side, there should not be much of a concern about how much data can be stored (no idea to be honest) but you can always link the session to a database or create your files / storage structure as needed.
You can set the length of storage time with sessionLivetime. Security wise I have not seen any problems or concerns raised, although if you are concerned, you could just use cookies and build your system to track users. Kind Regards Simon On Sun, Jun 1, 2014 at 2:46 PM, Igor de Oliveira Couto <[email protected]> wrote: > On 1 Jun 2014, at 10:37 pm, Simon Smith <[email protected]> wrote: > > > […] Hope this helps. > > Thank you, Simon - this helps a lot! > > I knew it *had* to be easy! :-) > > Do you know where/how sessions are stored? - i.e., is session data stored > entirely in a cookie in the user’s browser, in a hidden file on the server, > or using some other mechanism? Do we have any concerns in terms of how much > data is stored, how long it may be kept for, and security issues? > > Kindest regards, > > > -- > Igor Couto > Sydney, Australia > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > -- *Simon Smith* *seo, online marketing, web development* w. http://www.simonsmith.co m. +27 83 306 7862 _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
