0
votes

I tried removing and reinstalling Adobe Air SDK. but adobe air client still getting my old login information.

This link seems to be only for Windows Where does the Adobe AIR Browser store it's cache?

1
On Win and Mac AIR uses the default browsers data, so on Windows I go in IE and clear the browser history, can you check clearing the browser history in Firefox in Ubuntu? - simion314
@simion314 Thanks for suggestion. But could not help me! - Laxmikant Ratnaparkhi

1 Answers

1
votes

In ubuntu the location was :

$/home/$username$/.appdata/myapp

A directory was there with appname

$myapp/Local Store/

$ls 
db  #SharedObjects
rm -rf db  #SharedObjects

This worked :)