Minggu, 26 Februari 2017

What is a hidden field in Session Data Management

Hidden Fields Some web users who are concerned with the security implications of a cookie will disable the cookies in their browser. In such cases, another way to store session data is by using hidden fields. A hidden field is a part of HTML form. As the name implies, a hidden field (input element whose type is set to hidden) and its data is not visible to a user. The server will process the session data which will be available in the hidden fields. A hidden field can store only one value at a time. Both cookies and hidden fields

The post What is a hidden field in Session Data Management appeared first on Coding Security.


What is a hidden field in Session Data Management
read more

Tidak ada komentar:

Posting Komentar