File "pmsession.phtml"
Full path: /www/map/mapserver-extensions/pmapper-4.2.0/incphp/pmsession.phtml
File size: 138 B
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Allows custom session handling
* by replacing simple session_start() with custom session functions
*/
session_start();
?>