When I ran two sessions of my browser and logged in as two different people the first person was showing up with the same information as the second one. When I looked at the table wwsession I saw only one record even after both of those people had logged out.
The first thing I make a user do is give me their email address and password and I look them up in a FoxPro table to make sure that they are legitimate. Once I determined that I want to create a session for them so that I can store their access information. Would it be in this code that I issue a new session command? If I do, I assume that Westwind adds a new record to the wwsession table, but how do I get access to the session ID that is assigned? If there are multiple sessions open from multiple people logging in the same time and is Westwind know which entry in wwsession is to be used for a setsessionvar request?