Returns some basic info about the visitor's system
Location
users/classes/Session.php
Parameters
This function does not take any arguments
Example
Session::uagent_no_version()
Further Documentation:
This basic info can help you detect what kind of system a user is on.
$info = Session::uagent_no_version();
Returns something like
Mozilla (Windows NT 10.0; Win64; x64) AppleWebKit (KHTML, like Gecko) Chrome Safari
on Windows 10 Chrome 64 Bit
Browser types have become more muddled as they share many components.