Functions4 public, 0 private
Generates a complex password. | |||
public | string | generatePassword | |
numeric | length | 32 | |
Safely invalidates the current session. | |||
public | void | sessionInvalidate | |
Returns if the provided session is considered empty, i.e. does not contain any user defined keys. | |||
public | boolean | sessionIsEmpty | |
required | any | session | |
Resets all custom keys in the provided session struct. Returns the cleared session struct. | |||
public | struct | sessionReset | |
required | struct | session |