Malte Brill wrote:

> I need to access an URL on the Web, that requires a session cookie
> after a login page. How / Can we handle that?

Cookies are exchanged between client and server in the HTTP header (one more reason I believe they should be used sparingly, as all transactions carry all cookies for the domain, increasing traffic unnecessarily when they're not actually used).

Trevor wrote some notes on that here a while back:
<http://lists.runrev.com/pipermail/use-livecode/2008-July/112454.html>

--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 Follow me on Twitter:  http://twitter.com/FourthWorldSys


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to