Forum Moderators: open

Message Too Old, No Replies

Session Variables

ASP Index Server Query page, works with IE5, NS but not IE .5+

         

boymackman

10:52 am on Apr 3, 2003 (gmt 0)

10+ Year Member



We use IIS 4 to run our company Intranet and Index Server to use to index our documents.

I have used the supplied sample advanced query page to search through documents.

The default no of docs to show is 10, when there are more then 10 it shows a button to view the next 10 results.

This works fine on NS and ie5 but not on ie5.5 and ie6? Is this something to do with the way it handles session variables, I have gone in acnd checked the settings and I cannot see anything that would make this happen. Does anyone have any suggestions, other than show 500 results before asking the user to go to the next page?

Many thanks in advance

Boymackman

Xoc

7:45 am on Apr 5, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Session variables are handled on the server side. The only thing stored on the client is a cookie with the session ID #. So if you have cookies turned off in IE 5.x then that would cause problems.