Re: Filter to detect a user not logged in

2004-01-27 Thread Bill Barker
Merrill Cornish [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm trying to learn filters by writing one to detect when someone who has not logged in tries to access a JSP page that requires login. From what I've read, this seems to be one common use of filters. I think I

Filter to detect a user not logged in

2004-01-26 Thread Merrill Cornish
I'm trying to learn filters by writing one to detect when someone who has not logged in tries to access a JSP page that requires login. From what I've read, this seems to be one common use of filters. I think I understand how to write the filter, but to determine whether the session had been