View Single Post
  #4 (permalink)  
Old 05-22-2009, 02:01 AM
ult
Status: Offline
Junior Member
 
Join Date: Jul 2008
Posts: 4
Rep Power: 0
ult is on a distinguished road
Default

Quote:
Originally Posted by ult View Post
lets start with the basics
We know one of the places mobilesafari keeps its cookies is in:
/private/var/root/Library/Cookies/Cookies.plist

We know one of the places mobilesafari keeps its history is in:
/private/var/mobile/Library/Safari/History.plist

We know one of the places mobilesafari keeps its cache is is:
/private/var/mobile/Library/Caches/Safari

We know when we clear cache/cookies/history it also clears:
/private/var/mobile/Library/Safari/SuspendState.plist

so we can all easily script deleting those files. But I'd like to identify if there are other files that are deleted as well. Wish I had a similar tool to filemon to execute here...

In addition to:

removing the following:
/private/var/mobile/Library/Caches/Snapshots/com.apple.mobilesafari-Default.jpg

and the contents of:
/private/var/mobile/Library/Caches/Safari/Thumbnails
Reply With Quote