adspace


What is token used for?

Answer Posted / Payal

In Struts, a token is used to protect web applications from certain types of malicious attacks, such as Cross-Site Request Forgery (CSRF). The token is sent by the server and expected in subsequent requests to ensure that the request originated from the user and not an attacker.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is action chaining ?

1162


What are the contents on web.xml in struts application ?

1063


What do you know about validation plugin ?

1027


How is declarative handling of exceptions done in struts ?

1003


What is the difference between filters and interceptors ?

1309