Web Serivces - always one session in Database Sessions

deniliadenilia Member Posts: 23
edited 2012-05-23 in NAV Three Tier
I have a strange behavior with Web Services session listing under "Database Sessions" in the classic client. I only can see one session listed. For example, if user "A" is logged in via Web Services, I can see this user as "Microsoft Dynamics NAV WEB" session. if another user "B" tries to use web services, the user "A" is being logged off (verified in Windows security logs), and "Microsoft Dynamics NAV WEB" session is replaced with user "B". So it always only one sessions listed. Is this behavior normal? Why Can't I to see all sessions?

Thank you

Comments

  • kinekine Member Posts: 12,562
    Could be, the service could reuse the session. If the will access in same time, there could be two sessions...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • deniliadenilia Member Posts: 23
    is it possible to keep sessions separately without forcing log off and re-authentication? Some sessions are remote sessions via WAN, and authentication might take some extra time...
  • kinekine Member Posts: 12,562
    You do not have any control than settings in the customsettings.config.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • deniliadenilia Member Posts: 23
    Thank you Kine. I thought I can find a trick.
Sign In or Register to comment.