RE: preventing user from validating twice

2004-06-23 Thread Olivier Citeau
Colin, Satish, Jacob, thank you very much for your help. Since i received an "Undeliverable" mail, i thought that my question did not reached the list, and i posted it twice. Créez gratuitement votre Yahoo! Mail avec 100 Mo de stockage ! Créez votre Yahoo!

RE: preventing user from validating twice

2004-06-23 Thread Satish Kataria
You can use savetoken(request) method for generating a token (when loading the screen)and Cheque for the existence of token using istokenvalid(request) method for ensuring that you do not submit same data again. Code in action wld be like isTokenValid(request) { ... DB insert