NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Mike Grigsby on December 13, 2007, 10:39:00 AM

Title: Using local variables a problem?
Post by: Mike Grigsby on December 13, 2007, 10:39:00 AM
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?