Originally posted by Jignesh Patel:
You may like to look at--
Double Submit problem
I do not believe that that's applicable to this problem.
The problem sounds like you are managing the like cycle of your data poorly. The session data should have a distinct time at which it comes into being, a period in which it is active, and a time at which it is removed from scope.
It sounds as if you are not creating or removing the list at the approriate points, and therefore the same list is getting re-used when a new list would have been more appropriate.
[ November 18, 2005: Message edited by: Bear Bibeault ]