Groups > Weblogic > WebLogic Servlet > As many HTTP sessions as Internet Explorer windows ?




As many HTTP sessions as Internet Explorer windows ?

As many HTTP sessions as Internet Explorer windows ?
Thu, 15 May 2008 04:14:03 -070
Hi,

My web-application is using HttpSession to identify users (with this well known
getSession() applied to HttpServletRequest).

I have noticed that if I open two (or more) Internet Explorer windows and I
connect to my web-application, all of them share the same HTTP session.
That is annoying because some parameters stored in the session are different
between the windows.

When I'm using IE in one window and Firefox in another, there are two separate
sessions.

How can I do to have as many different HTTP sessions as IE Windows ?

Is it a WLS parameter ?

I'm using WLS 9.1.


Post Reply
about | contact