Hi, I need to understand how login session works. I have a webpage on IIS that has asks for login and password. This info is sent to a perl script that connects to sql database and check if login and pwd is correct. If is correct how do I keep track of the user as I query the DB ? how about the session ? I'm new into this so, any information would be helpful for me to understand how all these work. thanks