Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Number of user sessions / each session time

Former Member
0 Kudos

Hi,

I need to find out the following info

1) Then number of user sessions and for each session duration for every user..

is there a way to compute the same (if it's not directly available)..

so basically at J2EE Session level how do i find out for each user what was the session time.

Any pointers will be greatly appreciated.

Regard,s

Sam

1 REPLY 1

Former Member
0 Kudos

Hi,

Go to http://<host>:<port>/nwa

Go to configuration -> system Properties

Expand the server tree.

Go to instance -> Server0

Go to Services tab.

Choose Security

It will list all attributes for security.

Get parameter SessionExpirationPeriod

You will see the expiration time.

You can see maximum user count also.

Regards,

Prasad