On Wed, 22 Aug 2012, Leonardo M. Ramé wrote:
As I'm looking for a way to handle Cookies in an automatic/global way,
instead of checking for cookie existence in every action request, I was
looking into TFPWebModule.onRequest method.
If I don't set Handled := True in that method, will the request continue
to the Action Request handler?. If yes, I could inherit all my
webmodules from a common ancestor, with it's onRequest method containing
Cookie handling code.
That is the idea of having the handled param.
Michael.
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus