Hey!
I'm new to sessions, and I wonder how to use them. I want to make a web-site with user accounts. When a user logs in, his user-name and password will be checked against a database with stored user-name and password. If the user-name and password is right a session will be started. When the user visits a new site his session Id will be passed in the url? what happens then. Do you check the sessionid and see if there is a session with that ID?
Could anyone give me a brief intro...?
Cheers Tš