Storing data across multiple sessions
Hi All,
I've a problem. I need to store data which can be accessed by multiple sessions. I don't want to store the data in database.
At the same time my requirement is that the design has to support application servers in clustured environment. Hence I cannot use any singletone class to store the data at the web tier.
Can anyone please suggest me any solution to this problem.
Regards,
Sourav

