My app includes registration/login which allows users to save data to a server. IOS seems to handle cookies automatically during registration/login. From what I can tell, the session ID is saved (somewhere?) when it is received from the server during network.request and then automatically sent along in later network calls. Although I find the automated aspect of this somewhat unnerving, I appreciate that it is supposed to simplify coding a little.
Is there a way to expire the cookie once I have received it? [import]uid: 74786 topic_id: 26035 reply_id: 326035[/import]