Home Tutorial Php Examples Labeling session name .

 
 

Labeling session name .
Posted on: July 30, 2009 at 12:00 AM
This example informs you about labeling session name in PHP.

Labelling session name

Setting the variable name to session_name, you can labell the session name. 

<?php
$name = session_name("ID");

echo "The session name is $name<br />";
?>

Related Tags for Labeling session name .:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.