Session in php gets lost after page change

0

I am having serious problems need to deploy a script in php that I did on a centos server that I installed. Apparently everything was ok. At the time of logging in.

It logs back to the login screen and does not generate errors.

I gave a vardump in the session right after it was created and it's okay, but if I reload it or move on, it loses this session. could anyone help me to find the error in php configuration in linux ??

My php.ini

link

It seems like it is generating a new session (file) each time I reload the page.

    
asked by anonymous 30.01.2018 / 03:37

1 answer

0

Question beast, but in the next step the page has session_start ()? It is imperative on any page that uses session. Not just to create it.

    
30.01.2018 / 14:41