In the client browser! Locally ...
How can I create and save to a local .txt file on the client machine the value of two String variables.
This script will be logged in and every time the login is done this update will be updated "overwritten" locally on the client machine passing updated values of these variables.
And then at another point in the script, read what is in this .txt file "the value of the two variables entered and updated earlier" and compare each of these values with two other variables in my script.
How can I perform this process?
.TXT
$strGuarda01
$strGuarda02
$strCompara01 == $strGuarda01
$strCompara02 == $strGuarda02