iphone - UIWebView: delete cookies of a specified webview -


i have 2 web views in want 2 run 2 different facebook accounts on both of these webviews. however, if sign in on 1 webview other webview automatically signs in these 2 webviews share same cookies. know can delete cookies using piece of code gets deletes cookies. however, deletes cookies of both webviews. there way delete cookies of 1 webview? or maybe alternate way of accomplishing this? thanks.

this not work, since both uiwebview share same cookies.

uiwebview cookies , cache shared app, each app has own cookies , cache stored apps sandbox. there no way change behavior.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -