hi,
in my web application when i login into two different session for ex: with one id 'admin' login and with staff login for the same application using ie with different tabs session data is available only for admin login and when iam trying to insert new records into databse through application in audit tracking columns also tracking admin related user name in the audit tracking columns even i am inserting data from staff login session. Iam using asp.net sessions for storing session data in my application can any body help me to resolve this issue.
Thanks in advance.