In a now migrated question about human-readable URLs I allowed myself to elaborate a little hobby-horse of mine:
Using CakePHP 1.3 there are named parameters in the URL like .../name:value/... These are used for example by pagination links .../page:2/key:date/sort:desc/...
I am trying to set and catch the URL variable It begins with a form which has the standard action set to "/autorisation/logout"