R
Rarger
I have a web application. It come up with multi-user access problem.
When User A login and then User B login, User A created a item and
saved the item.. The Created by and Updated By are by User B. I think
the session of application has been confused when multiple- user using
the application together.
My Session state is:
<sessionState
  mode="InProc"
  cookieless="false"
  timeout="60"
/>
Can anyone tell me what's wrong with it??
thx in advance!
Regards,
Gerard
When User A login and then User B login, User A created a item and
saved the item.. The Created by and Updated By are by User B. I think
the session of application has been confused when multiple- user using
the application together.
My Session state is:
<sessionState
  mode="InProc"
  cookieless="false"
  timeout="60"
/>
Can anyone tell me what's wrong with it??
thx in advance!
Regards,
Gerard