there can be some problem with variables (while saving you probably use variable filled with user B's initials instead of Session value as you should...
2009/9/2 Gerard <[email protected]> > > Dear sir or madam, > > I have the problem to our web application using asp.net 2.0. The > problem is that when user A login and then user B login, user A > creates an item and saved. However, the item's created by and updated > by are mentioned that it is created by user B!!! > > I think there is some mess up with the session problem. User A's > session has been overwrited by user B. My session state is > <sessionState > mode="InProc" > cookieless="false" > timeout="60" > /> > > Does anyone can help me with this ?? Thanks in advance!1 > > Regards, > Gerard >
