Is there some special reason this responsibility of clearing out session specific data was not left to the action itself? I don't really want to start a debate, but it seems like a kludge to me. The potential for a name collision seems like reason enough not to do things that way. Thanks for all of your help.
Jake On Mon, 2002-12-30 at 08:41, Chris K Chew wrote: > > Jake: > > Are you aware of the exact purpose this serves? > > Take a look at the o.a.t.Turbine servlet class (in xref at: > http://jakarta.apache.org/turbine/turbine-22/xref/index.html), at lines 475 > to 511. Basically, Turbine removes user-related data from the session when > logging in or out. > > Chris > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Jake Fear <[EMAIL PROTECTED]> Grifware.Com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
