I need some help with the basics of sessions. I've managed to start a session and register my visitors username and a session variable, but I'm having problems working out how to pass the seesion variable from one page to the next. From what I've read, sessions will try to make use of cookies, but if the person on the page has them disabled, you have to resort to embedding the session variable into the url.
In short, I need some help with this basic principle. If anyone could point me to some good tutorials or give me an easy example to work from, I'd really appreciate it. Thanks in advance.