On Wed, 07 Nov 2012 10:53:06 -0200, Javicha <[email protected]> wrote:

Well, I´ve a problem with an application.
I have a page that is a searcher with multiple search parameters, and I have two different users, each with their user account.

If a user performs a search, using as parameter 'Peter', when another user opens the searcher page, it appears that parameter initialized. And this is a very important problem.

I thought that the origin of the problem could be in the page-pool, but not sure

Actually, the problem is not in the page pool itself, but on your code. You probably have a @SessionState field initialized in its declaration. Please post your code so we can check that. Anyway, never, never ever initialize a @SessionState field in its declaration.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to