> Well, let's say for the sake of argument, that it's not 
> authentication we're talking about. Let's say, instead,
> that in order to perform  some Action B,
> some other Action A must be done first. However, doing A does not
> necessarily mean you'll do B next. What's the best way to 
> "remember" that B was what the user wanted to do, but
> forward them to A first?

WebSphere uses a cookie to store this information when
you're using container based authentication.

Tomcat uses a session attribute.

                                -TPP

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to