Provo-City-School-District / help.provo.edu

help desk ticketing system build in PHP and JavaScript
https://help.provo.edu
2 stars 0 forks source link

login after requesting a controller #411

Open joshespi opened 4 months ago

joshespi commented 4 months ago

ran into a issue recently where my session expired while uploading a file.

because of the "requested page" feature. after my login the application sent me back to that controller with an empty post request which then caused an error.

lets make a handler for that to if they request the page without the proper information to give them an actual error or just put them back to the tickets page.