Function __global->has_cookies
Definitions
sources/global3.php
- Determine whether the user's browser supports cookies or not.Unfortunately this function will only return true once a user has been to the site more than once... the software will set a cookie, and if it perseveres, that indicates cookies work.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Return
- Whether the user has definitely got cookies
- Type: boolean
- Set: N/A
- Range: N/A