Hi there, I'm playing with saving images and I think there is an issue with Pharo 1.4 and Seaside 3.07 To reproduce it: - Go to the WACounter - change renderContentOn: adding SmalltalkImage current saveSession. for example html anchor callback: [SmalltalkImage current saveSession. self increase ]; with: '++'. Then open a browser, go to the counter application, and click ++ Boom, you should see connection lost on your browser. Otherwise if you open a Seaside 3.07 one-click image and change the code the same way, everything works fine. The one-click image uses Pharo 1.3, so I guess it's an issue about Pharo 1.4 Cheers Davide -- View this message in context: http://forum.world.st/Issue-with-Pharo-1-4-Seaside-3-07-SmalltalkImage-curre... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.