We are using BEA weblogic8.0 with apache and had two questions
1) How do i figure out number of users on the site at a point of time, we are getOpenSessionsCurrentCount API to figure out active sessions count however cannot corelate this with number of users as one user can open up more than one sessions
2)We are seeing a weird behaviour where getOpenSessionsCurrentCount value is very high on all managed servers even if the load during that is not high during that time, idle threads on each servers are looking good. Session timeout value is set to 15 minutes, Any ideas??
Whe user login in the system you should log a message for the login user and when user logout from the system, then again you should the log the message for logout user.
Now you can easily track the login users in the system.