Problem with nginx, php-fpm and cookies

Hello ! I’m trying to setup a web server hosted by nginx and php… and cookies seem to disappear very quickly.

When gathering some info with phpinfo(), everything session.cookie_something is undefined (cookie_lifetime is 0, cookie_path is /, etc.), and I haven’t found any reference regarding this in the documentation.

Has anyone got any idea about how to make it work ?