Ticket #273 ( Closed )

Short Description HTTP logging
Entered By: gaucho When: 1999-03-24 14:07:49 Build: 1.03.28V
Categories Type: Question   Department: Product   Category: Not Categorized
Description
Since the URL's logged are dynamic, how do i extract the screen id's out of the url for usage report. For example: http://128.111.173.217:82/surfer/sendkeys/1_nEx126508850_126518944/X@E/mainmenu.mainmenu/126518944 and http://128.111.173.217:82/surfer/sendkeys/1_anW126530371_126531763/X@E/mainmenu.mainmenu/126531763 These both came from the main menu but different url. What I would like to do is do a report on which screen are being accessed the most.
Append By: WindSurfer  When: 1999-03-24 14:54:34  New Status: Pending Customer
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...

Append By: gaucho  When: 1999-03-24 16:30:39  New Status: Closed
Comment THANK YOU very much! Really quick response =)