Posted on: 6/10/2015 11:23:27 AM | Views : 655

Hi,
I have MySQL connection pooling turned ON in my webconfig.
Issue Example:
@ 13:20pm - staff member #1 is viewing /admin/employee.aspx for company id ABC and it displays 20 employees.
@ 13:20pm - staff member #2 is also viewing /superadmin/employee.aspx for company id XYZ and it displays 45 employees.
NOTE: There are two employee.aspx pages
I have screen shots (as proof) from staff member #2 who has 5 employees on their employee.aspx page that belong to company id ABC. Once they refreshed they were gone.
Is it somehow possible for data to be shared across connections and potentially send data to the wrong page? EDIT: I should add these are both using a shared class library (.dll) so the issue could be there.

Go to the complete details ...