Hi Wouter,

I think it could be useful to create a remove method for the session object like:

protected final void clear${accessorSuffix}(HttpServletRequest request)
{
HttpSession session = request.getSession();
if (session != null)
{
session.removeAttribute(${sessionObject.fullyQualifiedName}.SESSION_KEY);
}
}


do you think it could be usefull?


Thanks

Carlos




------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to