PHP Session et Cookies: Exemple de gestionnaire de session

Author:
 
Session open (called by session_start( ))

Session close (called at page end)

Session read (called after session_start( ) )

Session write (called when session data is to be written)

Session destroy (called by session_destroy( ) )

Session garbage collect (called randomly)


  
  

Leave a Reply

Your email address will not be published. Required fields are marked *