I have an Apache server which is storing user sessions on files in a folder.
php.ini
[Session]
session.save_handler = files
session.save_path = "/tmp"
But in the "/ tmp" folder it has several files and is causing me some problems. Can I comment on session.save_handler? Will it interfere with the use of sessions on the site?