Focus mode

PHP Temel

Session

Session İşlemleri

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.

Banner Up

For a quick start in software development from scratch, check out our specialized training courses

Do you need more education, projects, and mentor support in your journey to learn programming? Join Patika+'s intensive 4-8 month bootcamps, gain all the necessary skills with project-based live classes and customized trainings for you, and start your career!

Banner Down

Comments

You need to enroll in the course to be able to comment!