before_filter application => exclude some other controllers

Add this to your login_controller:

skip_before_filter :session_expiry

-Bill

Raimon Fs wrote: