aspose file tools
The moose likes Struts and the fly likes Token concept in Struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Token concept in Struts" Watch "Token concept in Struts" New topic
Author

Token concept in Struts

trupti nigam
Ranch Hand

Joined: Jun 21, 2001
Posts: 602
Hello All,

Can someone please explain the concept behind the Token.
I read the API documentation for the TokenProcessor.I know that it is something that is used to avoid the duplicate submit of the same request.
Is Token some kind of ID that the session generates when the request first originates?

Thanks,
Trupti
Jerry
Greenhorn

Joined: Sep 29, 2005
Posts: 3
Hi.. go thru this url to know about tokens in struts...

http://www.scioworks.net/camino_doc/manual/strutsIntro/struts1_0.html
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Token concept in Struts
 
Similar Threads
How guard against "orphaned" requests from multiple refreshes?
restricting users resubmiting requests
Form Tokens
Is it possible? token session
Can a servlet forward 2 web pages?