Well, if you put spaces after the full stop at the end of sentences and capitalized usage of the
word "I", it would make it a lot easier for us to understand what you're asking.
But what it SOUNDS like you're asking is for 2 servers to share data that's not in sessions.
The only way to do that is to safe the data out to a mutually-accessible place like a database.
Only session-scope data is automatically clustered between servers. And then only to the degree that the data items are serializable. Any other data, whether in application scope, request scope, page scope, or just general class member or static data is local only to the one server it was created on and no other server will be able to share it unless they make their own arrangements to do so,