setting a cookie from a script

2011-03-16 Thread Edwin Eyan Moragas
Hi List, i got as far as figuring out where a script is executed in a (listen)-ing http server. i think it's somewhere here in http.l: ((= '@ (car @U)) #URL starts with @ #@U is @start by default (if

Re: setting a cookie from a script

2011-03-16 Thread Alexander Burger
Hi Edwin, i got as far as figuring out where a script is executed in a (listen)-ing http server. i think it's somewhere here in http.l: ((= '@ (car @U)) #URL starts with @ #@U is @start by default

Re: setting a cookie from a script

2011-03-16 Thread Edwin Eyan Moragas
Hi Alex, On Thu, Mar 17, 2011 at 12:46 AM, Alexander Burger a...@software-lab.de wrote: Hi Edwin, i got as far as figuring out where a script is executed in a (listen)-ing http server. i think it's somewhere here in http.l:                      ((= '@ (car @U))