bkedersha Posted August 26, 2005 Posted August 26, 2005 I am having a problem with multiple users on the pages. When one user logs out of the site, their connection to a particular record remains active and is picked up by another user going to that record. What is the best way to close all the connections and reset asp.net when a user leaves a record or logs out of the system? :confused: :confused: :confused: :confused: :( Quote
kahlua001 Posted August 26, 2005 Posted August 26, 2005 What do you mean the record is being picked up by another user? Quote
bkedersha Posted August 26, 2005 Author Posted August 26, 2005 Record being picked up What do you mean the record is being picked up by another user? The previous developer created a checkbox page to confirm that a payment can be made. The user has to check off all the boxes before they can move on. The problem is when one user checks off all the boxes, and then leaves the record, another person could go to that record and not get the checkbox page again, as they should. Any ideas on how to reset this? :confused: :confused: :( :o Quote
kahlua001 Posted August 26, 2005 Posted August 26, 2005 Sounds like each user needs their own User ID, which you track to see if they have filled out the page or not. Quote
bri189a Posted August 27, 2005 Posted August 27, 2005 Sounds like bad design. Look at using cookies. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.