Closed (duplicate)
Project:
Webform
Version:
6.x-2.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2009 at 15:19 UTC
Updated:
21 Dec 2009 at 07:28 UTC
It seems that the webform module token variables like %session and %cookie no longer work for anonymous users. They used to. Using drupal 6, latest version. Works if logged in though. No caching turned on at all.
Comments
Comment #1
thetrickyt commentedI second that - just shows a blank field instead of the default from the Session. Using the same version.
Comment #2
kndrIt is very important feature. Look at description in webform.module:
But if you modify webform with my patch you could use %session value since cache is turned off for webforms. Go to http://drupal.org/node/584852#comment-2384082
Comment #3
quicksketchThe presence of %session, %cookie, %post and %server variables caused a security problem, as noted in #604958: %profile and %server default values broken. kndr's patch looks promising though, let's continue over in #584852: Allow anonymous form submissions to be viewed/edited.