How to add a checksum to an URL that is called from a redirect ?
Hello everybody,
I need to add a confirm message before deleting a line, and since the delete process is in the header of the same page, it use a redirect call. Before, it added the &cs=############## automatically. But since I must use a javascript function to call url, it doesn't contain the checksum (which is normal, because the javascript is run from the browser).
I need a way to calculate the checksum and put it in my url,when I'm generating the page. Isn't something like &CS. to get the checksum inside the URL ? We get already plenty of information that way like &APP_ID. , &SESSION. , &DEBUG.
Do you know something about that ?
Thank you !