Title: appropriate use of an interceptor

I want to implement a simple tool that would limit access to certain actions to only logged on users and I thought that this might be a good application for an interceptor.  Basically the interceptor would be called before each action is executed to see if the user is logged on.  Does this seem like a valid way to use an interceptor?

Thanks

Kris Thompson

Reply via email to