Re: How to handle multiple "users" from one browser in JDeveloper?

From: Jason King <jhking_at_airmail.net>
Date: Tue, 30 Aug 2005 13:09:16 -0500
Message-ID: <11h983452sst5b9_at_corp.supernews.com>


You get the same session from both tabs. Martin Jansa wrote:
> Hello,
>
> I'm developing J2EE application for Oracle Application Server - Portal.
> I'm using jdev 10g 10.1.2 and ADF (BC, Struts, JSP).
>
> The problem is when 1 user wants to search data with different criteria
> simultaneously. He opens search page, set criteria and uses Submit button
> with "in another tab" option. Looks for first 20 results in that
> new tab and then goes back to search page set other criteria and click
> search.
>
> Now the previous results page shows after "next" event data according to
> search criteria from second search request instead from first request.
>
> I have read some papers about Statefull/Stateless mode and failover, but
> seems like not working for me.
>
> Solution is to prepareModel with every request with full search
> criteria, but is there any better solution? Can ADF distinguish various
> browser tabs and link them with correct bindings, when browser sends the
> same session cookie from them?
>
> Thanks in advance
>
Received on Tue Aug 30 2005 - 20:09:16 CEST

Original text of this message