Hi Stefan,
I think it's not a good idea to write Session-data in the
viewsanyway:
In the SessionHelper write() overrides CakeSession:write() and
disables it, so copy the SessionHelper from /cake/libs/view/helpers/
session.php to app/view/helpers. Now edit the file and delete the
write() funct
I developed a rather large amount of code on Cake 1.1. At the end of
the View, I wrote some data back to Session->write. I can't seem to
find the proper object to get to the Session from the View in Version
1.2. Any clues would be greatly appreciated.
--~--~-~--~~~---