Am new to iphone dev. I want authenticate a user before he goes to real portal through safari. I heard that we can not access safari;s cookies space to add a cookie... this is not working as well, may be can not run javascript... url in safari

Setting a cookie in an iPhone App

any workaround..

thanks us

link|improve this question

44% accept rate
feedback

2 Answers

Why don't you use a PHP script, create a session that will timeout in idk 2 minutes? and use that to authenticate

link|improve this answer
Why PHP? Why not Ruby on Rails? Why not Django? Why not ASP.net? Why not Sinatra? Why not C? Why not Objective-C? Why not a custom socket application piped to a Malbolge app in two directions? – WTP'-- Mar 1 '11 at 15:35
@RadekS you mad? He wants to authenticate using safari, seems to me like a login form. So why not use PHP? – Antwan van Houdt Mar 1 '11 at 15:38
There are different things than only PHP. PHP is good, but this is not the only possibility. :) – WTP'-- Mar 1 '11 at 15:39
well i want to authenticate but NOT exactly using safari, user should be auth b4 it goes to the url... – user330281 Mar 1 '11 at 16:17
@RadekS you dont need to post such a weird comment then. Ofcourse there are many other technologies, you could even make your own webserver / scripting language. – Antwan van Houdt Mar 1 '11 at 17:19
feedback

If you control the website's protocol, you could pass information from an app to Safari by embedding it in the URL that the app uses to launch Safari, and have the site pass it back to Safari.

link|improve this answer
no control over that, i just know the cookie info that has the sessionId. if i wud have then u meant that i should do somthing like [launch safari : @"mysite.com?username=sd&pass=asd";.... ? – user330281 Mar 1 '11 at 16:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.