Is there any problem with starting a session at the beggining of every page, so i could use an include or a require statement to put

session_start();

at the beggining of every page on my website.

Some of the pages can be viewed if a user is not logged in aswell as if they are logged in.

Ive seen some tutorials, but they say that the login page would be the first page seen by the user is a login,and mine will not...

Any help would be greatly appreciated.