Hello,
We have a DNN website which automatically logs you in, based on your IP. So if you are from Europe, it will detect this from your IP and then log you into DNN as a "European" user. If you are from US, it will log you in as a generic "US" user.
It also stores this information in a persistent cookie, so next time you visit the site it will log you in as the correct user (in case you chose to manually choose a different region).
We're trying to get Zoom to index the site, in two different instances i.e. logged in as a "European" user, or logged in as a "US" user. This way, a European user will be able to search for European specific pages, and US users can search for US specific pages.
To do the auto-login, we are trying to use the "manually login with IE and use its cookies" method. So, I navigate to the website in IE, change it to US user and then index with zoom. I then change it to Europe (so the cookie gets set to Europe) and then index again (I copy the .zdat files to appropriate US/Europe folders before re-indexing).
Problem is, some pages are not being indexed properly. The log says it finds the correct URL, and downloads it, and indexes it, but then when we make a search for words on those certain pages, it cannot find anything. The strange thing is, every now and then (after re-indexing a few times), it will index it properly. And all search terms on that page will be found. Searching as a European user will find the correct European pages, and searching as a US user will find the correct US pages.
Is there any reason why the spider crawler/indexer occassionally picks up everything on that page, and sometimes doesn't?
Thanks in advance.
We have a DNN website which automatically logs you in, based on your IP. So if you are from Europe, it will detect this from your IP and then log you into DNN as a "European" user. If you are from US, it will log you in as a generic "US" user.
It also stores this information in a persistent cookie, so next time you visit the site it will log you in as the correct user (in case you chose to manually choose a different region).
We're trying to get Zoom to index the site, in two different instances i.e. logged in as a "European" user, or logged in as a "US" user. This way, a European user will be able to search for European specific pages, and US users can search for US specific pages.
To do the auto-login, we are trying to use the "manually login with IE and use its cookies" method. So, I navigate to the website in IE, change it to US user and then index with zoom. I then change it to Europe (so the cookie gets set to Europe) and then index again (I copy the .zdat files to appropriate US/Europe folders before re-indexing).
Problem is, some pages are not being indexed properly. The log says it finds the correct URL, and downloads it, and indexes it, but then when we make a search for words on those certain pages, it cannot find anything. The strange thing is, every now and then (after re-indexing a few times), it will index it properly. And all search terms on that page will be found. Searching as a European user will find the correct European pages, and searching as a US user will find the correct US pages.
Is there any reason why the spider crawler/indexer occassionally picks up everything on that page, and sometimes doesn't?
Thanks in advance.
Comment