![]() |
#1
|
|||
|
|||
![]() A PHP session is easily started by making a call to the session_start() function.This function first checks if a session is already started and if none is started then it starts one. It is recommended to put the call to session_start() at the beginning of the page.
|
|
#2
|
|||
|
|||
![]() When you work with an application, you open it, do some changes, and then you close it. This is much like a Session. The computer knows who you are. It knows when you start the application and when you end. But on the internet there is one problem: the web server does not know who you are or what you do, because the HTTP address doesn't maintain state.
|
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|