Have played around with those settings... without any joy. (trying to force cache personalised as a workaround... still get the form contents persisting across browsers, locations and sessions)
macro - Insert form from Umbraco Contour.
Cache Period - 0 seconds.
Is what it is currently set at... which I believe means no caching whatsoever....
(ps whilst I have you did you resolve the issue with rackspace cloud hosting and the licensing not working)
(further info for you on this issue... u: 4.5.2, .net 3.5, full trust, windows server 2008, mssql 2008)
Sorry, I've been away! With regards to the cache settings, that looks correct, that should have it set to no cache at all. Out of interest, if you try an older version of Contour, does it work ok? The only thing I can think of is that Contour was upgraded so that it would work with 4.7.1 at around version 1.1.10 (I think) and it might not work properly with 4.5 now (just guessing here, I haven't actually tried it myself)?
I don't know anything about the cloud hsoting and licensing, I think you might be confusing me with Tim G (the other Tim) who's the guy who looks after Contour on the core team!
Once I'd updated the live site to 1.1.11 this functionality worked... (for anyone else reading 1.1.8, 1.1.9 didn't have this setting and adding it didn't resolve the issue I was seeing)
Could you give an instance when you would want forms to be cached in this manner, I can't see how dataprotection would every let you do this with user's details.
And explain the fucntionality of this setting and how it interacts with the cache settings on the macro?
Just trying to get my head round it... (why the default is to globally cache forms)
Urgent- Data protection issue.... (form contents available to the next user who browses the form)
User fills in contour form on site, submits....
Next user that browses to this form sees the form prepopulated with the previous users deatils!
Only cleared by an application pool recycle, so am presuming that the data is stored in the global session, and not the user session :-(
(using the latest 1.1.11 release)
Do you have the form macro set to cache?
Have played around with those settings... without any joy. (trying to force cache personalised as a workaround... still get the form contents persisting across browsers, locations and sessions)
Is what it is currently set at... which I believe means no caching whatsoever....
(ps whilst I have you did you resolve the issue with rackspace cloud hosting and the licensing not working)
(further info for you on this issue... u: 4.5.2, .net 3.5, full trust, windows server 2008, mssql 2008)
Any news on this one Tim?
Hi Mike,
Sorry, I've been away! With regards to the cache settings, that looks correct, that should have it set to no cache at all. Out of interest, if you try an older version of Contour, does it work ok? The only thing I can think of is that Contour was upgraded so that it would work with 4.7.1 at around version 1.1.10 (I think) and it might not work properly with 4.5 now (just guessing here, I haven't actually tried it myself)?
I don't know anything about the cloud hsoting and licensing, I think you might be confusing me with Tim G (the other Tim) who's the guy who looks after Contour on the core team!
:)
Sorry... yep a case of mistaken indentity... sorry.
getting the same with 1.1.9 as well... so don't think the 1.1.10 update was the issue...
Guess I'd better post via contour support and maybe on codeplex... Thanks for your input though
Haha, no worries! I get that a lot in this part of the forum!
:P
Comment author was deleted
Hi Mike,
Are you running contour on an old umbraco version? You'll simply have to update the
\umbraco\plugins\umbracoContour\UmbracoContour.config
file and set the DisableFormCaching to true
Once I'd updated the live site to 1.1.11 this functionality worked... (for anyone else reading 1.1.8, 1.1.9 didn't have this setting and adding it didn't resolve the issue I was seeing)
Could you give an instance when you would want forms to be cached in this manner, I can't see how dataprotection would every let you do this with user's details.
And explain the fucntionality of this setting and how it interacts with the cache settings on the macro?
Just trying to get my head round it... (why the default is to globally cache forms)
ps no mention of this setting at http://our.umbraco.org/projects/umbraco-pro/contour in the developer docs... although they are tagged as 1.1.9, is there an updated documentation available?
is working on a reply...