Howdy
I have a link that logs a user out of a session. It accesses a servlet that needs to kill the UserBean and sendredirect to the login page.
Question is how do I kill the bean?
yeah I actually figured it out. You have to end the session with .invalidate() and ensure that any pages that are supposed to be secure are not cachable.
Im actually studying to get my SCJP so the javabean stuff is still a little new. I took a class in it for one quarter in college but we didn't touch much on javabeans really. Focused on proper servlet building and usage and how to use JDBC