[plt-scheme] HTML Links

From: Hans Oesterholt-Dijkema (hdnews at gawab.com)
Date: Sat Feb 3 08:55:51 EST 2007

Or, maybe I'm asking the wrong questions? I'd like to be
able to convert:

   http://some.site.org/a-page.html
+
  cookie: plt-web-server-session-id-for-this-connection=<some-session-id>

to

   
http://some.site.org/servlets<some-session-id>/some-program.ss?page=a-page

So at the outside, it looks like a normal web page. From the
inside, we know it isn't so.

--Hans


Jay McCarthy schreef:
> Sorry, I don't understand the questions. See that in what code? How
> would a continuation be matched with a cookie? Pre and post process
> request with regards to what?
>
> I have just got back from a 10 hour flight plan, so I may be more
> stupid than usual.
>
> Jay
>
> On 2/2/07, Hans Oesterholt-Dijkema <hdnews at gawab.com> wrote:
>> Or could there be a possibility to pre- and post-process the request?
>>
>> --Hans
>>
>> Hans Oesterholt-Dijkema schreef:
>> > I see a function (continuation-url?) in the code. Could this 
>> continuation
>> > matching also be arranged using a cookie?
>> >
>> > --Hans
>> >
>> >>
>> >>> 2. Is it possible to hide the /servlet<id>/ thing?
>> >>
>> >> Not yet. Sorry.
>> >>
>> >> Jay
>> >>
>> >
>> > _________________________________________________
>> >  For list-related administrative tasks:
>> >  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>> >
>> >
>>
>>
>
>



Posted on the users mailing list.