PHP5 and Sessions

When migrating from php 4 to php 5 the session values are lost from one page to other

To fix this you must call session_start() at the beginning in every page, specially before sending data to the browser (echo, print, etc)