jeffreyhi1 / loginsystem-rd

Automatically exported from code.google.com/p/loginsystem-rd
0 stars 0 forks source link

formToken.asp #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Has paths to error page hard coded.  Should pull domain and paths from
loginGlobals.asp

Original issue reported on code.google.com by rdivilb...@gmail.com on 6 Feb 2010 at 3:22

GoogleCodeExporter commented 9 years ago

Original comment by rdivilb...@gmail.com on 8 Feb 2010 at 5:10

GoogleCodeExporter commented 9 years ago
Fixed twice.

The form error page may exist at any location in a given web site, so the full 
path
and page name will need to be specified in loginGlobals.

Form token will redirect on error case to lg_domain, lg_form_error and will 
pass the
current page as p= and the specific form error as t= one of token, cookie or 
timeout.

Currently ASP is using etok, ecook and etime as the error parameters.

PHP is using e, ec, and et.

As a result, a form error page and include files will be distributed with the 
code base.

Original comment by rdivilb...@gmail.com on 9 Mar 2010 at 4:47