-
-
Save fayqLs/d144918de4fbc100195447e9c6403fac to your computer and use it in GitHub Desktop.
DEFINE O VALOR PARA A SESSÃO TSession
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$nome = 'FABRICIO'; | |
TSession::setValue('nome', $nome); # CRIA O VALOR | |
$nome = TSession::getValue('nome'); # PEGA O VALOR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment