As threatened the other day, I've coded cookie support into the indexer. I
also implemented arbitrary header strings while I was at it...
Anyway, it reads columns called "cookie_string" and "header_string" out of
the server table, so you'll need to modify it with something like
MODIFY server ADD cookie_string VARCHAR(100) NOT NULL DEFAULT ""
MODIFY server ADD header_string VARCHAR(100) NOT NULL DEFAULT ""
For the cookie bit, you only need add the string, and not the whole header.
For the arbitrary header bit, on your head be it. If you break servers and
stuff...
I know that one is a superset of the other, but that's the way it goes. And
this is only on a per-server basis; if you want something global, use the
indexer.conf
I'm quite happy to continue with some development on this if anyone else has
any use for things like this.
Enjoy yourselves,
Gary (-;
<<cookie.diff.gz>>
------------------------------------------------------------------------------
This message is intended only for the personal and confidential use of the designated
recipient(s) named above. If you are not the intended recipient of this message you
are hereby notified that any review, dissemination, distribution or copying of this
message is strictly prohibited. This communication is for information purposes only
and should not be regarded as an offer to sell or as a solicitation of an offer to buy
any financial product, an official confirmation of any transaction, or as an official
statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or
error-free. Therefore, we do not represent that this information is complete or
accurate and it should not be relied upon as such. All information is subject to
change without notice.
cookie.diff.gz