session not working php

Solutions on MaxInterview for session not working php by the best coders in the world

showing results for - "session not working php"
Fleur
29 Oct 2020
1<?php
2// make sure at the beginning of every file you have this:
3session_start();