| 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.
|
 |
Marcos Maia
Ranch Hand
Joined: Jan 06, 2001
Posts: 977
|
|
Hi, check if your browser is configured to accept cookies. http session objects use cookies to maintain session state so it's required that the client browser accpept cookies to work correctly. If you have a requirement that you have to maintain user information even when the client has configured it's browser to not accept cookies you can user url rewriting but it has some performance costs thougth...
|
 |
prem karun gopal
Greenhorn
Joined: Dec 03, 2003
Posts: 24
|
|
|
you can try by deleting all offline contents and cookies.You can do this by using tools internet option in IE
|
Prem Kumar.k<br />Email :write2premk@yahoo.com
|
 |
 |
|
|
subject: Each request creating a new session
|
|
|