modUser.removeSessionContextVars
Последнее обновление Apr 17th, 2019 | История страницы | Улучшить эту страницу | Сообщить о проблеме
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn moremodUser::removeSessionContextVars¶
Удаляет переменные сеанса, связанные с конкретным контекстом.
Синтаксис¶
API документация: http://api.modx.com/revolution/2.2/db_core_model_modx_moduser.class.html#%5CmodUser::removeSessionContextVars()
void removeSessionContextVars (string $context)
Пример¶
Удалите все переменные сеанса для пользователя в контексте 'sports'.
$user->removeSessionContextVars('sports');
Смотрите также¶
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn more