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.
-
Each request creating a new session (1 messages)
- Posted by: Amit Gupta
- Posted on: July 25 2004 23:56 EDT
Threaded Messages (1)
- Each request creating a new session by Joe Attardi on July 27 2004 08:42 EDT
-
Each request creating a new session[ Go to top ]
- Posted by: Joe Attardi
- Posted on: July 27 2004 08:42 EDT
- in response to Amit Gupta
Check two things:
(1) Check how Weblogic is doing session tracking. Make sure the browser will be able to use this method.
(2) For example, if Weblogic is using cookies, make sure your Web browser has cookies enabled.
If it is set to use cookies, try URL rewriting or a combination of the two.