Hi All,
I am using MultiActionControllers and SimpleFormControllers in my project. I am having problem with Session Management. I have used AOP to manage session and in the SFC, I have referenceData() where I am calling a method and while calling that method, AOP will be activated and if session is invalid the user is promted to login again. So wherever I have SFC, if I logout and then click on Back button of the browser, the user is prompted to login again. But with MAC, since I don't have an equivalent of referenceData, AOP is not activated and while clicking on Back button after log out, the user will be able to view the page if not modify anything.
Can anybody suggest a work around. Is there any equivalent of referenceData for MAC?
Regards,
Swapna