This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes Each request creating a new session Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Each request creating a new session" Watch "Each request creating a new session" New topic
Author

Each request creating a new session

Tomchi Tang
Greenhorn

Joined: Apr 25, 2003
Posts: 15
Hi all,

I am working on a web application and using JBuilder X as IDE and Weblogic Server 7.0 as the application server. The problem I am facing is this:

When I compile and run the application from JBuilder, it works fine within the JBuilder environment but when i open a seperate browser window (IE or Netscape), it creates a new session for each request. My other team mates are using the same environment and their application seems to work fine either way.

I reinstalled both JBuilder and Weblogic Server but it didn't help.

Any help would be appreciated in this regard.

Thanks
Amit.
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26193
    
  66

Tomchi,
It is working as expected in Netscape. But IE should be using the same session. Are you opening the second IE window before closing the first?


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Each request creating a new session
 
Similar Threads
WebLogic 9.2 clustering problem
Help!Applet calling JAX-RPC Webservice over HTTPS
JBuilder's debug not working!
Each request creating a new session
Each request creating a new session