Where would be the best place/way to authenticate every user's request?  I
want to avoid inserting "code to authenticate" in all of my classes which
extend Action class.  Should I create a class like MyAction to put this sort
of code, then extends this new class?  Any better way?
 
Any suggestion greatly appreciated.
Shogo

Reply via email to