hns wrote:
HI
Thanks for reply

but session is appropriate for large size map stored in it?
it can works fine?

It certainly *can* work. Whether the session is the best place to keep this data depends on the size of the list, how much it varies (if at all) between users, how often it changes, etc. You might be better off looking into a caching solution at the persistence layer level (e.g. Hibernate or whatever you use), or, perhaps, building a custom application cache at the application level (using something like ehcache).

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to