Hi Stefan, I think it's not a good idea to write Session-data in the views....anyway: 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() function (you could also edit the SessionHelper in /cake/libs directly but I personally never touch the files in /cake/libs ;-) ) Another solution is just to skip the SessionHelper and write to the $_SESSION array directly.
I wouldn't recommend either. (sorry for my english, I'm not used to it) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---