I guess more generally, I'm not sure when using this tag is supposed to be used:
<script language="Cache" runat="server">
It's clearer when to use:
<script language="cache" method="OnPreHTTP">>
<script language="Cache" method="SomeMethod">
If I move my code from the tag with the runat="Server" argument, then I can't seem to access the %request.Data object. If I keep my code in that block, I can't use any &js<> syntax.
Can someone explain in a kindergarten way to me where this lives in the HTTP lifecycle?
- Log in to post comments
.png)