Hi,
Anyone knows if it's possible or how to set session_save_path() to a remote server? I'm working on a multiserver setup.
I'm aware of the database save_handler option, but been advised that writing and deleting from database table is just going to muck the indexing. Also, don't want the site to be dependent on database at the first instance of the page.
Any other alternatives welcome 🙂