function shib_login in Shibboleth Authentication 6.3
This function prevents drupal loading a cached page after shibboleth login
1 string reference to 'shib_login'
- shib_auth_menu in ./
shib_auth.module - Generate the menu element to access the Shibboleth authentication module's administration page @returns HTML text of the administer menu element
File
- ./
shib_auth.module, line 565 - This is a Shibboleth authentication module.
Code
function shib_login() {
drupal_goto(substr($_GET['q'], 11));
}