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. Regards, -- Leonardo M. Ramé http://leonardorame.blogspot.com -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
