thanks for that, but i didnt quite get what i'm after.
My book says that "sessions are driven by a unique session ID, a cryptographically random number". It's this that i want to get to -the articles i read talk about using sessions to store a user ID, or a password or whatever, but i dont have any of that. All i want to do is to be able to tell my script that the person who enquired on some seats on the last page is now confirming that order. I dont want to have to "make up" a user id for him, since that's what the session ID should be in the first place!
All i want to be able to do is to tell that it's the same person browsing from page to page, nothing more (no storing of extra info etc). Am i getting confused over nothing here, and missing something blindingly obvious?