posted 20 years ago
Hi All,
I want to create a List and associate with the applications memory so that it can be accessed by all the instances of the application . For example i want to maintain sessions from the server side. So when each an every new session is created i want to add that session to the list and associate some parameters with it. So that every user knows what the other user is working on. Is this possible with WebSphere App Server? If not is there any method of doing the same thing. This is actually something like a server side cookie instead of client side cookie.
And is there any way server will be able to figure out which sessions are active and which are not?
Any help will be highly appreciated.
Thanks and Regards
Deepak