Hi Tom, Tom Hume wrote: > I realise I can do that with request parameters, but can it also be done > with specific HTTP Headers (or whatever) - so I implement a > setHttpCookie() method in my bean and that does it. Aha, I see. There is no automatic way for this to be done automatically in JSP. You will have to call a method explicitly. Regards, Vincent.