RE: SessionState vs. request state.

2005-04-15 Thread Michael J.
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

Re: SessionState vs. request state.

2005-04-15 Thread Craig McClanahan
On 4/15/05, Michael J. [EMAIL PROTECTED] wrote: 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

Re: SessionState vs. request state.

2005-02-09 Thread Eric Lemle
Use the bean:write tag, and you could use tiles and put it in your template. Eric D. Lemle Senior Programmer / Analyst Intermountain Health Care 36 South State Street, Suite 1100 Salt Lake City, Utah 84111 United States of America (USA) (801) 442-3688 -- e-mail: [EMAIL PROTECTED] [EMAIL

RE: SessionState vs. request state.

2005-02-09 Thread Martin Gainty
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 From: Brian McGovern [EMAIL PROTECTED] Reply-To: Struts