in my application i have a webview that loads linkedin auth page for login. when user logs in, cookies saves into the application.
My app has a logout button that is not related to linkedin login. so when user clicks on this button, he logs off from the app. i want that this log off will clear his linkedin cookies also from the app, sothat user will log out completely.
help anybody...