PHP 8.5.0 Alpha 4 available for testing

Voting

: min(zero, three)?
(Example: nine)

The Note You're Voting On

mdibbets at outlook dot nospam
11 years ago
I made a folder next to the public html folder and placed these lines at the very first point in index.php

Location of session folder:

/domains/account/session

location of index.php

/domains/account/public_html/index.php

What I placed in index.php at line 0:

<?php
ini_set
('session.save_path',realpath(dirname($_SERVER['DOCUMENT_ROOT']) . '/../session'));
session_start();

This is the only solution that worked for me. Hope this helps someone.

<< Back to user notes page

To Top