Would it be possible for programmer to provide a name generator, so
that you could have pretty urls of the form:

foo.com/session/175

You'd have to ensure in the web server that there weren't conflicts
with the names currently being managed, but it seems plausible.

On Sat, Dec 17, 2011 at 3:12 PM, Jay McCarthy <jay.mccar...@gmail.com> wrote:
>
> It allows you to create URLs like
>
> /posts/456
>
> and if during the generation of that page you hit a continuation operation,
> the URL will be something like
>
> /posts/456;gobbledygook
>
> where the last "clean" URL is inside of the current "ugly" URL.



-- 
sam th
sa...@ccs.neu.edu
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to