I was curious about the issue of using session variables in lieu of global or local variables. For example, if I use local variables at login, like L:UserID and L:Password, so that I can capture input from the user signing in, will I have problems if multiple people are using the same login page at the same time?