PHP Sessions... I have tried to follow every tutorial on Google bu none of them give me an explanation on a session ID.
What's a session Id, how do I use it??
I don't currently use session ID's and my login still works. But does this add more security?
I have this code:
Do I need to make this more secure using session id's??PHP Code:<?
session_start();
if(!session_is_registered(username)){
header("location:login.php");
}
?>



Reply With Quote


Bookmarks