Session Won’t Start?
Hi all,
I'm trying to code a login script but the new user session won't start and just returns to login page –
<?php
session_start();
require_once "db.php";
if(isset($_SESSION['user_id'])!="") […]
See original post by invalid@example.com (phplduser)
Leave a Reply
You must be logged in to post a comment.