Function __global->_enforce_sessioned_url

Definitions

sources/users_inactive_occasionals.php

  • Make sure that the given URL contains a session if cookies are disabled.NB: This is used for login redirection. It had to add the session ID into the redirect URL.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$url URLPATH required parameter N/A N/A The URL to enforce results in session persistence for the user

Return

  • The fixed URL
  • Type: URLPATH
  • Set: N/A
  • Range: N/A