On Wed, Sep 2, 2009 at 4:42 AM, Gerard<[email protected]> wrote: > > 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
Step 1: This has nothing to do with session length, and probably nothing to do with login state. Step 2: Show us some code, via pastebin.com or similar, where the data is supposed to be recorded, and where it is supposed to be loaded/displayed. ∞ Andy Badera ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=(andrew+badera)+OR+(andy+badera)
