Thanks, i guess i'll enable the cookie setting, one thing i've noticed though is that the first page you access on my site makes all the other links include the session id, but when you click on the logo ie go back to index.php none of the links have session id's tagged on but the session functionality remains, does the browser record the session id while you remain on the site?
Another question i have is whether it is possible to tell whether a session has been started on another page and if so, would it be possible then to only continue a session throughout a site if it was started in say the login? ie a session wouldn't be started on a page unless the person has logged in.