From: skodak Date: Sat, 28 Mar 2009 21:45:54 +0000 (+0000) Subject: MDL-18733 adding note - we need to use user keys instead of cookies here X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3283378835a9237f448529c9b787fb07476a9d9f;p=moodle.git MDL-18733 adding note - we need to use user keys instead of cookies here --- diff --git a/grade/report/visual/data.php b/grade/report/visual/data.php index ecf0a50349..8bd1676c49 100644 --- a/grade/report/visual/data.php +++ b/grade/report/visual/data.php @@ -27,6 +27,8 @@ * Outputs data for a visulasation in tab format. */ +// TODO: This needs to be replaced by web service user keys + /// Get a session id from the URI request and make a cookie /// for it temparaly. This is needed as the flex application will /// not have the users oringal cookie and only the session information diff --git a/grade/report/visual/visual_settings.php b/grade/report/visual/visual_settings.php index d3db8f2139..befd068016 100644 --- a/grade/report/visual/visual_settings.php +++ b/grade/report/visual/visual_settings.php @@ -28,6 +28,9 @@ * visualizations classes found in ./visualizations */ +// TODO: This needs to be replaced by web service user keys + + /// Get a session id from the URI request and make a cookie /// for it temparaly. This is needed as the flex application will /// not have the users oringal cookie and only the session information