mercredi 24 décembre 2014

how to create a secure session in php with cookies



I am new to php I am familiar with creating basic level sessions in php using



\\TO START A SESSION
session_start();
$_SESSSION['VARIABLE]='VARIAK';
\\TO DESTROY
session_destroy();


I want to know how to create a secure session that prevents session attacks I saw many tutorial but they are very advanced and some are not understandable





Aucun commentaire:

Enregistrer un commentaire