I expect to get the value of p from the querystring, if it's present.
But for some odd reason that doesn't happen. If I enter the page like this http://domain.com/?p=1 I get the number 1 in my XSLT, but if I then change the value to 2 I still get 1. Unless I wait a few minutes and then refreshes the page, then it changes to 2, the new value.
Is umbraco.library:RequestQueryString cached ?
I have an odd issue here ...
If I do like this
I expect to get the value of p from the querystring, if it's present.
But for some odd reason that doesn't happen. If I enter the page like this http://domain.com/?p=1 I get the number 1 in my XSLT, but if I then change the value to 2 I still get 1. Unless I wait a few minutes and then refreshes the page, then it changes to 2, the new value.
Anyone tried something alike ?
Could it be something in the server setup ?
Hi Sebastian,
I've never seen that issue - you're sure the Macro hasn't got caching enabled in some way?
(Sorry, but it's the obvious 1st question-answer :-)
/Chriztian
But the 1st question is usually the best :)
is working on a reply...