I prefer to store everything on the server. It gives better control over data and application state.
> Brian > > I vote for storing information in session variables for > the simple reason most Admins do not allow Browsers > writing cookies on the hard drive for fear of introducing > viruses to the system +1 for session variables > > Martin Gainty This is paranoia. To keep session id they would need to allow jsessionid cookie somehow anyway. And if _all_ cookies are prohibited, then Struts would need to rewrite each and every URL. Well, at least URLs are polluted with jsessionid only, not with all _viewstate thing (yuck!) Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]