CakePhp Session Helper – Session Component Problem
Asked By
20 points
N/A
Posted on - 08/27/2011

Hello export,
I have one confusion about cakephp's helper. Cakephp have two type of session helper:
1) SessionHelper
2) SessionComponent.
Both are use for same purpose of to navigating with session value.
So Question is Why should we use two different Session helper for one same task? Is it against MVC structure?
