Ciao Marco! Il mer, 2002-08-28 alle 12:12, Marco Umgeher ha scritto: > each and when i search afterwards there are many files duplicated only > with different ?PHPSESSIONID=UZ57tz54t54tzt5z7t45t7z5t at the end.
IMHO, this is due to the fact that htdig doesn't support cookies in the 3.1.x branch (only in the 3.2.x branch) and PHP scripts make use of sessions. Every time you ask for a resource which uses sessions, it's like you are always beginning a new session, because you don't carry with you the previous SID. Unfortunately I have not yet faced to this kind of problem, but I think it is worth giving a look at this URL anyway: http://www.php.net/manual/en/printwn/ref.session.php#session.configuration and in particular to the configure option called enable-trans-sid. > i read something about the bad_querystr in the manual. but can i enter > "PHPSESSIONID=" there???? I think enable-trans-sid was used during compilation, because scripts are trying to send you the SESSIONID which *should* be propagated along different HTTP requests (since 4.2.0 it is by default). One thing you should not do at all is to put this in the query_string. You may want to hide the session ID to the searcher, by using the search_rewrite_rules attribute. I am sorry I can't help you more than this. However I hope this could be helpful somehow. Ciao ciao -Gabriele -- Gabriele Bartolini - Web Programmer Comune di Prato - Prato - Tuscany - Italy [EMAIL PROTECTED] | http://www.comune.prato.it > find bin/laden -name osama -exec rm {} ;
signature.asc
Description: PGP signature

