Cookie-licious
Drama continues for the web application that I commonly refer to as the stupid form. I did fix it way back when by forcing an Abandon() when the user submits the form, but nowadays we have been seeing the same problems but with people that go to the form and don’t submit anything. I just knew once that I got around to it, I’d figure something out. Well, I’m hoping this will work.

Since the content of the request was intact per user and only the user itself got mixed up when it created the ticket, I just resigned to not storing the user’s ID in the session with the rest of the information. Instead, the form now creates a cookie. That way, there really is no way for it to be mixed up with someone else’s ID since it’s only on the client. I am hoping this will cure, at least, that particular ill. If not, well… let’s not think about it.
