RE: what to store in session?

2002-06-26 Thread Robert Taylor
I would say it depends. How expensive is a database hit and how many times do you find the need to hit the database to retrieve data? Is all the data used all the time or is just some of the data used? In your application is it acceptible to have a slight delay while loading the users profile?

RE: what to store in session?

2002-06-26 Thread Jon.Ridgway
number of concurrent users is an issue. Do you have enough memory (regardless of clustering issues) to hold all the user objects in memory? Jon Ridgway -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: 26 June 2002 14:41 To: Struts Users Mailing List Subject: RE: what