Re: [phplib] Re:crypt-challenge-response-UserAdministration! From: Marko Kaening (marko <email protected>)
Date: 11/03/00

Hi,

as I pointed out earlier this method of restoring the content of POSTed
data has it's difficulties. I forgot to urldecode the data before sending
it out. So in crcloginform.inc you should insert urldecode($val) instead
of $val and in the data receiving script you would need for some reason to
urldecode it again (I thought it's done automatically, but it's not...:(
). I also set a hidden variable in the crcloginform called
RestorePostedValues which I check in the updating script (whether defined
or not) to know whether a logout occured... Only then it's necessary to
include the urldecode() call.

Sorry. This is quite inconvinient, maybe it's better just to increase the
time limit... But it depends on the application, I think.

Regards,
Marko

-- 
                    O _ O
                     0 0
 ------------------m-\o/-m-----------------------------------------
 Marko K"aning         Tel/Fax: +49-3834 554 442 / -3834 554 301  
 INP Greifswald            email  : kaening <email protected>        

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>