posted 15 years ago
Ok. I have a filter which checks if the user is already logged in. If the user has not logged in, it redirects the user to the login page, but, if the user is already logged in, I just want to be able to process the user's request ie, forward/redirect to the user specified url.
Any suggestions.