On my app project, i secures ajax calls with a key passed to client side with the code:
<meta name="trans-en" content="<?=$_SESSION['trans-en']?>">
And after each operation (ajax call), $_SESSION ['trans-en]
content is changed by the php code. How to force attribute 'content' of <meta>
to take the new value without use an ajax call. Just to know if its possible to do.... sorry for my bad english, i expectes you undertands.