goiintra/public_html/lib/refreshSession.php

4 lines
52 B
PHP

<?php
session_start();
http_response_code(204);
?>