Hi, In LogoffAction in the struts example,  the main three lines are:

session.removeAttribute(Constants.SUBSCRIPTION_KEY);
session.removeAttribute(Constants.USER_KEY);
session.invalidate();

What is the purpose of the first two lines - why bother removing the items
right before the session is invalidated?

-Brian

Reply via email to