caching problems?

liptonIcedTea

Well-known member
Joined
Jan 18, 2007
Messages
89
Programming Experience
1-3
Hi,

I have a preview page on my website and what it does it takes in a query string of variables and displays the page according to these variables.

the only problem is it seems to only display the page for the first set of variables you give. Every call to the page after that results in the page of the first variables being displayed.

I assume this is some sort of browser caching issue, but i'm not sure how to fix it. Is it possible to get reload the session every time someone loads the page with a set of query strings?
 
Hi,

I have a preview page on my website and what it does it takes in a query string of variables and displays the page according to these variables.

the only problem is it seems to only display the page for the first set of variables you give. Every call to the page after that results in the page of the first variables being displayed.

I assume this is some sort of browser caching issue, but i'm not sure how to fix it. Is it possible to get reload the session every time someone loads the page with a set of query strings?

I have identified that the program happens because i do a lot of work on my Session_Start methods. Is there a way to get the session to re-start if the query strings differ?
 
Back
Top