function _user_cancel_session_regenerate
Same name in other branches
- 9 core/modules/user/user.module \_user_cancel_session_regenerate()
- 8.9.x core/modules/user/user.module \_user_cancel_session_regenerate()
- 10 core/modules/user/user.module \_user_cancel_session_regenerate()
- 11.x core/modules/user/user.module \_user_cancel_session_regenerate()
Implements callback_batch_finished().
Finished batch processing callback for cancelling a user account.
See also
1 string reference to '_user_cancel_session_regenerate'
- user_cancel in modules/
user/ user.module - Cancel a user account.
File
-
modules/
user/ user.module, line 2599
Code
function _user_cancel_session_regenerate() {
// Regenerate the users session instead of calling session_destroy() as we
// want to preserve any messages that might have been set.
drupal_session_regenerate();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.