CodeBoyEnchanter
Programmer
I have an application that requires logging in. I am using client variables for state management and this works fine except for the case when I have several users using the application from behind a proxy. In this case their requests get mixed up in the manner that John Doe may suddenly be Jane Smith after a submit or a relocation of some sort. What can I do to retain the correct state for each user as the work through the application?