validateSession

Description

Makes sure the user is who they claim they are and attempts to prevent unauthorized access to the admin center by requiring the user to enter their password once every hour.

Syntax

void validateSession ()


Notes

  • Is turned on and off by the securityDisable setting. (NOT RECOMMENDED!)
  • Uses the adminLogin() function of Subs-Auth.php if they need to login, which saves all request (post and get) data.
Advertisement: