Search function not working too well
#1
Original Poster
FlyerTalk Evangelist


Join Date: Apr 2001
Location: Reality, Freedom
Programs: AF FB Platinum For Life (F+ Rouge Vintage) / Hertz President's Circle / SNCF Grand Voyageur Le Club
Posts: 10,112
Search function not working too well
I'm having a hard time with the Search function today. It was working earlier, albeit slowly, but every time I pressed the "Back" button on my browser I would end up on the front Search page and lose all the search results I had found.
Now I get no results; it takes so long (10 minutes with no results) that I've given up. I'm searching for the words "mileage refund" (without the quotes) in the UA forum - tried it in General Travel Talk but same problem.
Is it just me?
Now I get no results; it takes so long (10 minutes with no results) that I've given up. I'm searching for the words "mileage refund" (without the quotes) in the UA forum - tried it in General Travel Talk but same problem.
Is it just me?
#3




Join Date: Jun 2001
Posts: 803
To the Webmaster:
Any negative number in "response.expires" make the page expire immediately. If you want the visitor to be able to go
back and forth during their vist (but not start at that page later on),
changed it to:
Response.Expires=6000 (a positive number).
Any negative number in "response.expires" make the page expire immediately. If you want the visitor to be able to go
back and forth during their vist (but not start at that page later on),
changed it to:
Response.Expires=6000 (a positive number).

