Focus mode
session_start();
ile oturum başlatılır.
$_SESSION['session_anahtar'] = 'deger'
ile session ataması yapılır.
echo $_SESSION['session_anahtar']
ile session değerine ulaşılır.
unset($_SESSION['session_anahtar']);
ile bir anahtara air session değeri silinir.
session_destroy();
ile oturum sonlandırılır.
Programs to Accelerate Your Progress in a Software Career
Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!
You need to enroll in the course to be able to comment!