ColdBox Forums Notification: Post to Interceptors and events

Title: RE: Interceptors and events
Thread: Interceptors and events
Forum: Need Help?
Conference: ColdBox
User: sanaullah73 Couple of ideas:

1: you could use onRequestStart(Mehtod) to check login info.
2: Use Client (plugin) variable to store url/location, then after
successfull login relocate back requested URL.

3:
setNextEvent("dspLogin",AsYourVariable) after successfull login relocate back to
requested url.
[AsYourVariable = "http://abc.com/dspUsers"]

4: Use session
(plugin) variable!

These are few options! its your decision which approach is
better.
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=F63185E8-FF65-CEF6-65DE12C6892BE0F0