Sessions and Plugins

By Andy, filed under CakePHP, Tips, Sessions, Plugins

If you use plugins, you may have noticed that your app session data isn't avaialbe in your plugins and vice-versa. There's a good reason for that, as a plugin is intended to be a mini application, self contained etc.

In my case, this was a problem as my plugins are extensions or parts of my application and not seperate. To get around the wandering session data it was...

read more6 comments

    «  »