I'm using UIWebView in my application to show some webpages, the thing is I can't able to fetch the session key of webpage which has been displayed is there any way to fetch the SESSION key in web view programatically.
Asked
Active
Viewed 673 times
1
-
In UIWebView you should use cookie enstead [http://stackoverflow.com/questions/9148376/ipad-iphone-how-to-keep-the-session-in-a-web-app][1] [1]: http://stackoverflow.com/questions/9148376/ipad-iphone-how-to-keep-the-session-in-a-web-app – Injectios Sep 26 '13 at 11:19
-
@Injectios the problem is i want to fetch the session key and display it. – Prabhu Natarajan Sep 26 '13 at 11:21
-
http://stackoverflow.com/questions/9998900/maintain-php-session-in-web-app-on-iphone/14594908#14594908 – Injectios Sep 26 '13 at 11:24