View file includes/session.php

File size: 56B
<?php

session_name('SESSID');
session_start();

?>