Question
How to force a user to agree to something before granting access?
I expect this to be pretty common, but I've never had call to do this so....
I have a site and for one of the areas I want the user to accept some conditions before allowing them to have access.
Is this simply a matter of setting some global variable in PHP on the condition page (via accept button) and then checking that variable on the page I want to control?
Tom
