Morbus wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
That&#39;s an interesting idea - a flag to dsm(&#39;&#39;, &#39;&#39;, $persistent) that would a) watchdog() the message, b) display the text on every page with a &quot;hide message&quot; that the user could manually click on to hide it later. Persistent messages would be logged in the watchdog log.<br>

<br>
The potential problem with this, however, is to /whom/ the message is persistent. If five people are admins, and one enables a certain module, dsm() would traditionally persist the message only to the enabler (since they&#39;re all stored in $_SESSION, of course).<br>
<font color="#888888">
<br>
-- </font></blockquote></div>I like this, and I don&#39;t think it matters if it&#39;s stored in $_SESSION and only applies to the admin who enables something. I want a quick link to&nbsp; take me to the next step of a task I&#39;m doing, not a list of all the links some other admin hasn&#39;t bothered to follow or switch off.<br>
<br>Opened an issue here: <a href="http://drupal.org/node/245417">http://drupal.org/node/245417</a><br>