session timeout - Weblogic
This is a discussion on session timeout - Weblogic ; I'm using WebLogic 6.0 SP2
When a session object is timeout why a new one create automatically? Is it a feature or bug?...
-
session timeout
I'm using WebLogic 6.0 SP2
When a session object is timeout why a new one create automatically? Is it a feature or bug?
-
Re: session timeout
What do you mean ,"new one create automatically"
if you have getSession(true) , it will create a new session if one
doesnot exist
Peter wrote:
> I'm using WebLogic 6.0 SP2
> When a session object is timeout why a new one create automatically? Is it a feature or bug?