Dans la perspective d'une convergence des nouvelles technologies dans ce qu'on appelle les NBIC (neurosciences, biotechnologies, informatique et cognition, voir l'explication qu'en donne Jean-Michel C. […]
Le designer et éditorialiste Bruce Nussbaum, dans Business Week, se fait l'avocat de la transformation, un concept appelé à remplacer selon lui celui d'innovation. "L'innovation est morte en 2008,. […]
Seit vergangenen Sommer analysieren wir bei newthinking communications alle drei Monate das Engagement der Parteien, Spitzenpolitiker und ihrer Jugendorganisationen im sozialen Netz. Hier ist nun die. […]
Bei AccidentFeed findet sich eine Liste der "10 Most Innovative Concert Visuals '08". Beeindruckende Konzert-Visualisierungen, wo man auch visuell was fürs Geld bekommt. Meine Favoriten aus der L. […]
Over the holidays, video hosting site Veoh won another victory under the DMCA safe harbors, this time against Universal Music Group (UMG). The ruling should put to rest the argument that transcoding a. […]
Today, Chief Judge Vaughn Walker of the United States District Court in San Francisco denied the government's third motion to dismiss the Al-Haramain v. Bush litigation. The ruling means that the case. […]
Firefox users may since a long time automatically delete website cookies or even disable them. But did you know there is another way to track website visitors? The so-called “Flash cookie” or Local Shared Object is a Flash feature that allows Flash developers to store a cookie directly via Flash to a user’s computer. But there is no mechanism to set an expiry date on these cookies, so they will stay close to forever on your computer.
The LSO may be accessed only by the domain which created it. Flash player’s default setting allows each domain to store 100kB of information on a user’s computer. Right-clicking on a Flash video whatsoever allows to readjust this amount to 0 and to specify if you are willing to accept even 3rd party LSOs.
Flash cookies are stored in a special directory depending on the operating system on the client machine. They are arranged in directories according to the site that placed them on the computer (look for a file with a .SOL extension):
Windows: C:\Documents and Settings\[username]\Application Data\Macromedia\Flash Player
Macintosh OSX: /Users/[username]/Library/Preferences/Macromedia/Flash Player
GNU/Linux: ~/.macromedia
My #SharedObjects directory is full of cookie information :
To visualize the contents of these cookies and to delete them, Firefox users are encouraged to install the extensions Objection (allows to read the contents of LSOs and to delete them) or BetterPrivacy (this one allows automatic deletion of LSOs).
Power users may write a cronjob that empties the .macromedia folder regularly:
user@machine:~$ crontab -e
# m h dom mon dow command
0 1 * * * rm -rf ~/.macromedia/Flash_Player/#SharedObjects/