<div dir="ltr"><div>I haven't been able to find documentation or reference to this, outside of the below instances:<br><br><a href="http://www.pmwiki.org/wiki/Cookbook/ControllingWebRobots">http://www.pmwiki.org/wiki/Cookbook/ControllingWebRobots</a><br>

<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">  Newer versions of PmWiki (since 2.1.beta8) automatically return "403 Forbidden" errors to robots for any action other than ?action=browse, ?action=rss, or ?action=dc. You can extend this functionality to cookie setting configuration actions like ?setskin=... etc or other queries in links by adding a dummy action to the link: ?action=set?setskin=... etc. PmWiki interpretes any action it does not know as action=browse, but since the action is not in the list of actions allowed for robots, robots get a "403 Forbidden" error page instead.<br>

</blockquote><br>This same context is referenced in the mailing archives @ <a href="http://article.gmane.org/gmane.comp.web.wiki.pmwiki.user/23198">http://article.gmane.org/gmane.comp.web.wiki.pmwiki.user/23198</a><br><br>

<br>In the Traid Skin custom page "Site.StyleOptions" it is used quite often, eg: "?action=set&setcolor=white"<br><br><br>Conspicuously, "?action=set" does NOT appear @ <a href="http://www.pmwiki.org/wiki/PmWiki/AvailableActions">http://www.pmwiki.org/wiki/PmWiki/AvailableActions</a><br>

<br><br>From everything I can see in how it is used in the Triad skin, "?action=set" appears to set cookies for all subsequent key=value pairs.<br><br>Is this correct?<br>Is this documented somewhere?<br>Where is this handled in the code? I've grepped my eyes out, and can't find it.<br>

</div>(I'm not a PHP intimate, but this doesn't appear to be core PHP, unlike, say "$_COOKIE")<br><div><div><br><br clear="all"><div><div>-Michael Paulukonis<br><a href="http://www.xradiograph.com" target="_blank">http://www.xradiograph.com</a><br>

<a href="http://goog_2112721603" target="_blank"></a><a href="http://www.xradiograph.com%5Cinterference" target="_blank">Interference Patterns (a blog)</a><br><a href="https://twitter.com/XraysMonaLisa" target="_blank">@XraysMonaLisa</a><br>

<a href="http://michaelpaulukonis.com" target="_blank">http://michaelpaulukonis.com</a><br><a href="http://www.BestAndroidResources.com" target="_blank"></a><br><br>Sent from somewhere in the Cloud<br>(hearthrug, by the fender)<br>

</div>
</div></div></div></div>