well it depends a lot on your application.
in a specific case concurrent sessions are greater than concurrent
users, but if you can drive your webapp stateless, you could have more
users than sessions.
However, typically each visitor of your site will get a new session,
even without logging so, so normally you would have more sessions than
users.

However, if you would explain your problem a bit more we probably
could help more.

regards
leon

On 6/15/06, Carl Smith <[EMAIL PROTECTED]> wrote:
Our app has a session over flow issue and I am trying to find out a correct 
maximum sessions that the server can live with and the configure it. I  was 
confused when people say concurrent user and concurrent sessions. From your 
answers it seems all my under sanding were close to be right.

  Thanks.

Wendy Smoak <[EMAIL PROTECTED]> wrote:
  On 6/15/06, Carl Smith wrote:

> (2)simply put, when you open one browser and visit a website, the 
server(Websphere for example) creates one session, then if you open another 
browser in the same computer, the sever will create another session. Is this 
understanding correct?

Not necessarily. With IE (for example) if you use CTRL-N (or File ->
New -> Window) to open a new window, it will participate in the same
session as the original browser window. If you instead open a new
instance from the menu or a desktop shortcut, it will be a new
session.

What question are you trying to answer?

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to