Skip to content
Commit 7f8e61c7 authored by Kevin Champion's avatar Kevin Champion
Browse files

Issue #2059581 by kevinchampion: Prevent page caching.

Adds a minimal check in hook_boot to see if local cosign has
stored a remote user, and if so, turns off caching for the page
request. The idea here is to use hook_boot to speculate about the
forthcoming authentication inspection in hook_menu_get_item_alter
and prevent page caching from happening before it gets to that
point.
parent 65b12dd0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment