Magento/PHP create new session every refresh
Leave a reply
I had problem with php session. When I reload the page it create new session ID. Finally I fixed the problem. If you did not set the session.save_path by default it will be like in php.ini. change this to without quote(“”) sign.