Say I want to be able to fill the visitors of my site for a long time. It is not necessary to use this site to fill it, but if they want to send me a story, then they have to fill it. Therefore, some of them wish to do this, will not do anything, this form is quite big, so the visitor can leave it later to come back and fill it semi to fill it. To create the process as much as possible for the visitor, I want to click on the "Create a Story" link, which redirects the visitor to automatically generated URLs, like www.mysurveys.com / 7Bs3h4vSWEe . Here the visitor works with his form and click 'save' when he wants to save it so that he can return later to complete it. The form data is kept in the database with its generated ID when the visitor thinks that the form is filled properly and is done, then he clicks on 'Send for review' and then leaves me the form. The question is: only credentials for the user? I think any snippet can be easily used to fill the form to the URL visitors. How to make this process as easy as possible? What are the ways to make it a bit safer? I know I can use this standard user registration method but I want to make it simple. This ID is very similar to having a session ID for a user, and there is no compromise in that sense One difference is that session IDs should always be eliminated if security is a concern, then HTTPS. Should be used to prevent eiskopropping. This URL should be one. You should also bear in mind the brute force. If someone is putting several keys that are not present then indicate them with captcha
Comments
Post a Comment