Hello
I have CB auto actions install and I'm tryting to install a device fingerprinting solution at login
I have the following code, tested out of Joomla which works :
<?php $MyREFSessionID = md5(microtime(true)); ?>
Hello
I have CB auto actions install and I'm tryting to install a device fingerprinting solution at login
I have the following code, tested out of Joomla which works :
Code:
<?php $MyREFSessionID = md5(microtime(true)); ?>
Code:
<sscript type="text/javascript" src="http://xxxxx/device.js?myrefsession_id=<?php echo $MyREFSessionID ?>&debug=1"></script>
note : the sscript is normal as otherwise, forum do not allow me to put sample code and interpret it ...
I created an auto-action at "before login" with a code action
I'm fine with the first php line, but how can I have the 2nd working ?
I made some test with HTML or Javascript and it is not working ....
Thanks a lot !
I created an auto-action at "before login" with a code action
I'm fine with the first php line, but how can I have the 2nd working ?
I made some test with HTML or Javascript and it is not working ....
Thanks a lot !