How to set a PHP session variable through linux command prompt?
- by Sev
How to set a PHP session variable through linux command prompt?
Clarification
So, as you know we can set session variables in PHP using $_SESSION global variable when coding. I would like to know if there is a way to set this variable through php command prompt?
For example, in the code, if I can set $_SESSION['temp'] = "whatever"
Is there a way to set the same variable through command prompt PHP?