gWorldz / get-simple-cms

Automatically exported from code.google.com/p/get-simple-cms
GNU General Public License v3.0
0 stars 0 forks source link

update status redirects #346

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Does anyone know the logic of the design behind using redirects on almost 
everything for status update using _GETs and error_checking.php ?

Seems like a drag on speed and response, since it introduces an entire round 
trip exchange.

Original issue reported on code.google.com by tablatronics on 31 Jul 2012 at 6:25

GoogleCodeExporter commented 9 years ago
It seems like it would help to avoid refreshes and continue to use GETs for 
actions but wipe out the querystring, but there are other ways to do this with 
mutating session ids or tokens.

Original comment by tablatronics on 31 Jul 2012 at 6:31

GoogleCodeExporter commented 9 years ago
I know that POST/REDIRECT/GET is a decent pattern, but this isn't front facing, 
its admin facing.

The reason I am bringing it up, is it might create issues if we move to more 
ajax submission.

Original comment by tablatronics on 31 Jul 2012 at 7:01