html - Django Form POST with Back button. -


i submitting form using django. things went until hit button. time ie displays "the wab page has expired. "

i have searched lot, can not find exact concept right.

  1. open page request . /user/search/
  2. post request form data on same page /user/search/
  3. [optional] either change params , post
  4. hit button.

in both cases webpage expired. please guide me how make work & avoid error message?

you shouldn't using post search forms. post actions change data on server. use , won't have problem.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -