Math, asked by shorna21211, 1 year ago

Which client-side technique can be disabled by the end-user mcq?

Answers

Answered by Anonymous
3
Here, you can read State Management System multiple choice questions and answers with ... Stores every client data separately. c. Session is secure and transparent from user.
Answered by lovingheart
0

There are certain client-side techniques like Cookies, Query String, Viewstate etc. In which a Query String is a string that gets appended along with the URL when the request gets passed from Client-side to server side and this cannot be disabled by the user. Viewstate is used to hide or encrypt content in the client side which might be used programmatically and this too cannot be disabled. Cookies are the only client-side technique where the user is allowed to disable storing contents temporarily by a website.

Similar questions