Comment
|
You have the ability at any time to change Task.HttpUrl, Task.HttpReferrer or Task.Agent.
So, if you want to, you can put in a common section, such as global.footer the line:
<teif Task.SessionActive>
<teset Task.HttpUrl="/screens/"+Screen.ScreenID>
</teif>
This will set the current URL to what looks like a file inside the root directory "screens".
This will work because we pended the writing of the log entry until AFTER all your script has executed...
|