Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
dvprog_08 [2019-10-10 14:10]
Daniel Viström
dvprog_08 [2020-05-18 20:24]
Daniel Viström
Line 1: Line 1:
-====== Genomgång $_SESSION ======+====== Genomgång $_SESSION ======
  
 <code php> <code php>
Line 49: Line 49:
  - destroy the session: session_destroy();   - destroy the session: session_destroy(); 
 */ */
- 
-?> 
 </code> </code>