doing a 'get' drops cookies each time.
Posted: 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
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