What is the difference between sessions and global variable?? In php language | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What is the difference between sessions and global variable?? In php language

In php

8th Apr 2019, 4:49 PM
Abdulmalek Mohammed Jayash
Abdulmalek Mohammed Jayash - avatar
2 Respostas
+ 2
//Global variables are the variables which remain common for the whole applications.Their value can be used across the whole application. //Session variables are variables which remain common for the whole application but for one particular user. ... But they die when a particular user session ends.
8th Apr 2019, 6:22 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
Thank y d.Shudarshan Rai šŸ‘‘ šŸ˜Š
8th Apr 2019, 6:31 PM
Abdulmalek Mohammed Jayash
Abdulmalek Mohammed Jayash - avatar