One time URL

Hi, all

After I save form it displays the result using following link.

http://localhost/project/web/index.php/controller/view?id=17

If somebody copy this link he/she can view same results again and again, also they can change the values of id and see others data. I want to make this link one time. Please advice.

Thanks in advance

Leulae

Set up a table with unique one-time IDs and the url they are referring to. Then implement your own UrlRule: http://www.yiiframework.com/doc-2.0/yii-web-urlrule.html