[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Cookies and mv_session_id and [timed-build]
Dear List,
I'm building some pages via the timed-build command and wanting the results
to not have mv_session_id's in them.
Here's an example of the tag I'm using:
[timed-build file="timed/archive_by_book.html" minutes=300 login=1]
Content goes here.
[/timed-build]
In the catalog.cfg I have this defined:
Cookies Yes
According to these two pages, timed-build should not build pages unless the
session_id is being sent via cookie, instead of in the URL.
http://interchange.redhat.com/pipermail/interchange-users/2002-February/0176
85.html
http://www.icdevgroup.org/cgi-bin/ic/docfly.html?mv_arg=ictags04%2e76
When I visit pages, however, that have href's constructed using the area
tag, they come back like this:
<a
href="http://domain.com/cgi-bin/catalog/my_file.html?id=pU8tm9rt&mv_arg=55&m
v_pc=16">Click Here</a>
When I close down the browser and come back, I get a new session ID by
cookie, but the pages still hold the old session ID. Upon inspecting the
files in the timed directory where the cached files are stored, I find that
the session ID is hardcoded into these files. Is there something I'm
missing, or is there a way to make sure the timed-build does NOT enter
session ID numbers?
Thank you,
Russell Mann