iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)
Administering Session Identifiers for Anonymous
Sessions
iTP Secure WebServer System Administrator’s Guide—523346-002
11-14
Ticketing Strategies
You can change this behavior by using the -RewriteHtmlLinks attribute, which has
the following format:
-RewriteHtmlLinks Relative | Off
where:
-RewriteHtmlLinks Relative
specifies the default behavior.
Off
prevents the server from rewriting HTML references.
Rewriting Image References
By default, the server does not rewrite image references. If you have disabled the use
of cookies, or if you are forcing tickets into URLs, you may want to direct the server to
make absolute all image references to ensure that tickets are not inserted into these
URLs. This action ensures that the images are cached by proxy servers. However, if
you want to track the number of times image references are selected, you should make
relative all image references.
You specify what action the content server should take for image references by using
the RewriteImageLinks attribute, which has the following format:
-RewriteImageLinks Absolute | Relative | Off
For example, to make absolute all image references in department 5, you enter
SI_Department 5 -RewriteImageLinks Absolute