[attach]24230[/attach]作者: 阿輝 時間: 2008-4-6 18:27 標題: Re: [求助]IPHONE 可以記住cookie嗎 Please apply this fix first. In general, applications tend to save their data into two folders:
/var/root/Library
/var/root/Library/Preferences
To reduce the possible issues, please make these two folders world-writable:
chmod 777 /var/root/Library
chmod 777 /var/root/Library/Preferences
If the above folders do not exist, create them.
UPDATE: Sometimes your mobile folder may have wrong permissions, to be sure your mobile account has no such problems, do this:
chown -R mobile:mobile /var/mobile
This will save you from those weird problems (e.g. ‘MobileSafari doesn’t save cookies‘).