A good way to end a session flush the asp.net pages and database

bkedersha

Newcomer
Joined
Aug 2, 2005
Messages
13
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: :(
 
Record being picked up

kahlua001 said:
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
 
Back
Top