Hi all,

Quick question about session.invalidate(). I created a login management
framework that works fine but for one problem. When I introduce the
session.invalidate() command for when the user logs out, naturally, all
the Struts-required beans in the session are destroyed so a
mapping.findforward("success") will also, naturally, fail.

Given these obvious consequences, surely someone out there has dealt
with this before. How does one invalidate a session without hozing all
your Struts objects placed in the session... or better put, how does
Struts implement session invalidation.

thanks,
Darryl

P.S. I did search the archived messages that I have but couldn't find
anything dealing with this topic.

Reply via email to