I write reminders for web application systems.
1. The session should contain only user information
The server session contains only login user information and http request parameters contains user id for operations and we have to check that the login user has the permission for the operations.
2. Separating links and buttons for the page transition
Use link for the get method of http request and button for the post method of http request.
3. Method for long URI
If we input words for the search conditions and the words are many, url is too long.
It seems good for me to implement URI shortening service inside the system.
No comments:
Post a Comment