Question
Having problem setting a $_SESSION variable in php
I am on one of your Linux Ubuntu servers and have tried many different combination of writing the command that creates a session variable $_SESSION using PHP. Cannot get it to work. Only thing I can think of is do I have server permission to create a server session variable?
sessionstart();
$SESSION[‘userid’] = $result['userid’];
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×