I just tested my theory about namespaces: If I change the namespace of the login action to "/" rather than "/users", the auto-login interceptor (called by an action from the "/" namespace) reads it back without any problem.
Is that Firefox being too strict (or is it "by the book" according to cookies specifications)? Is there a way around this issue? Can I retain the "/users" namespace for my login action and yet get the auto-login interceptor (with an action in the "/" namespace) to read it back? 2008/8/9 Pierre Thibaudeau <[EMAIL PROTECTED]> > Strange phenomenon involving cookies. I don't know who to blame: my code, > Struts or Firefox... > >