I've got a session variable being registered on a PHP page.
When a user follows a link to the next page, the session is no longer available.

I'm using session_start(); at the top of my page, and the second page is within the same domain/directory.

Does anyone know what could be causing the loss of session?