I'm trying to get a better understanding of axkit by writing my own simple taglib, but I am unable to get it to work properly.
I simply want it to print the current time by calling perl's time() function, but when I run apache in single process mode the value only gets updated the first time and stays the same through subsequent reloads.
I am running with
AxNoCache On
and keep-alive has been disabled on the http server.
Any clues to what I am doing wrong will be extremely helpful.
I couldn't see anything at first glance... Can you turn on AxDebugLevel 10, and AxTraceIntermediate. The latter should make the script that is compiled from your XSP available on disk in the directory you provide as an option. This is the best way to debug strange behaviour in XSPs - just look at the perl code and it should become obvious.
AxDebugLevel 10 should tell you whether the output is being cached or not (it shouldn't be).
Matt.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]