Unrelated to the session files, but if you only care that the web server is running, check a static file like an image, not the login page. By testing an image file, it won't hit PHP, but it will tell you if nginx is running and responding and so on.
For example when I test haproxy I have it poll /logo.svg
The only downside is that wouldn't detect a PHP failure/500 error situation.