I think this is not new thing but yet to be discussed.
I have been trying to get the best way to change the display URL format of Yii application.
Simply to show the content, we need to pass the content id to the controller.
If the content is protected for specific set of users, it is uneasy to secure the content.
Users give the content id value randomly and get the view of the protected content.
Example:
Normal URL display is Content/View/45. But I wanna display the URL in a secured way that either it should be like "Content/View" where the content id is hidden but it should be passed some other way or "Content/View/(encrypted string)".
Please give some good suggestion or examples to do it.
I want my app should be highly secured as it is having payment based content display.