You don’t need to have any space and you MUST start session in the top! For example:
<?php
session_start();
header('Cache-control: private');
UPDATE: Don’t let blank space before <?php
6
solved Php warning error [closed]
You don’t need to have any space and you MUST start session in the top! For example:
<?php
session_start();
header('Cache-control: private');
UPDATE: Don’t let blank space before <?php
6
solved Php warning error [closed]