doing a 'get' drops cookies each time.

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
kcorey
Posts: 62
Joined: Fri Nov 25, 2011 6:06 pm

doing a 'get' drops cookies each time.

Post by kcorey » Thu Jan 19, 2012 11:39 pm

Hi All,

Got an app trying to "login" to my server.

If I give it a valid set of login credentials, I'm sent back cookies to track this session.

Of course on a desktop, I can use libURLLastRHHeaders to get the cookies, and libURLSetCustomHTTPHeaders.

All well and good...except for the fact that iOS clients don't have libUrl!?!

How else can I track cookies without invoking heavy-duty magnets?

-Ken

Post Reply