After hosting my website with Heroku, my PHP session variables are getting destroyed. Any idea why? My code has a simple $_SESSION['course'] variable. I had no problems with localhost using MAMP, but after hosting with Herkou the variable doesn't work. Is there something I'm missing with Herkou?
Asked
Active
Viewed 174 times
0
-
1See this https://devcenter.heroku.com/articles/php-sessions – nice_dev Aug 05 '20 at 06:18
-
@vivek_23 Thanks. How do I install Memcached on Windows? The guides I see on the internet are vague – KimalIj Aug 05 '20 at 06:26
-
This thread looks useful https://stackoverflow.com/questions/14777857/how-to-install-and-use-memcached-in-windows-for-php – nice_dev Aug 05 '20 at 06:28