Session variables overwritten in MX 7
Is there a way for session variables to be overwritten or acidentally hickjack by another client machines session?
I have an application that after login sets the users profile to a structure and saves that to a session variable named "user". Worked fine for years. Then about a week ago there entire session started to randomly be overwritten or swaped with another users session. Seems to be random and certain users are getting overwritten frequently while other (like the development team) are not seeing the problem at all. All the clients are on windows XP machines using IE 7. the Server is a Win 2000 server with CF MX7. Using cflock around all the session variables but does not seem to help.
