I am currently working on developing an iPhone application that will login to a website and retrieve a table, displaying the content within the app. In order to view the table, users must first log in. It appears that the site utilizes Form-Based Authentication. Access WebSite's Login Screen here
My question is: How can I securely pass the login credentials from Xcode to the website and maintain this information so that users only need to login once?