Once Westwind is started and a user logs in, a record is added to the table wwsession. When an additional user logs in, it does not appear to create an additional session so the information from the second user overwrites the named session variables created by the first user.
Is this what was intended or do I just not understand how session should work? Do I have to do something explicit in the login screen to assure that each new person logging in gets their own session?
Thanks for the help,
Potter