I am currently working with codeigniter and I am passing a parameter as follows:
<p><a href="<?= base_url()?>session/documentos/<?= $id_cur_ses ?>"><strong>DOCUMENTOS</strong></a><br>
The issue is that on the next page the ID appears in the URL and if someone modifies it automatically it refreshes with the data of the ID that I modify, my query is: How do I make this happen? That is, when someone changes the transaction is canceled or does not show data.