Forum Discussion
PaulDonny
11 years agoRegular Contributor
Are you certain that the code isn't just returning the login request as the response? I do this for a lot of insert statements in my personal code as an easy verification type of system that it actually worked. I would consider this a bad practice for a log in method though, personally.
How is the system supposed to behave and handle the login? Should it be returning a sessionID?
How is the system supposed to behave and handle the login? Should it be returning a sessionID?