<?php /* set the session name to NowaMagic */ $str = "NowaMagic"; session_name($str); echo session_name(); ?>