Cómo utilizar Sesiones en MODx Revolution
1
Crear una nueva instancia para el núcleo MODx . Su sintaxis se verá así :
"$ modx = new modx {};
2
Acceso contexto Web por defecto inicializando el contexto Web. Esto también inicializar sesiones. Su sintaxis se verá así :
$ modx -> initialize ( 'web' ) ;
3
Establecer un valor para la variable de sesión que desee. Usted sintaxis se verá como esto:
$ _SESSION [' my_session_variable '] = ' my_value ' ;