Bas, I think a suggested reading would be www.php.net/man. It's the PHP manual and can answer many, if not all, of your questions related to sessions. Yes, even questions like "what are the basic functions to make a session." I am usually not one of the people that get uptight about certain types of questions this list, but it is unbelievably easy to find the answer to your question.
For instance, simply typing something like http://www.php.net/session will bring up a page titled "Session handling functions." You don't even need to know if that's a real website because the PHP site will automatically help you find what you're looking for, to a certain extent, when you enter keywords in after the /. Over the past few days there was an e-mail sent around with helpful PHP links. It probably wouldn't hurt to check there as well, as I'm guessing all the sites cover the very basic concepts and code you are requesting. - Chris Wanstrath On Fri, 2003-10-17 at 13:21, Bas wrote: > Okay, what are the very very basic functions to make a session? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

