Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ How will you unset a single session variable?

Here is the example to unset a single variable −

<?php

unset($_SESSION['counter']);

?>

 165 views

More Questions for you: