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 (disallowed)
                           (prog (msg *Url " not allowed") (http404))

                           (and *SesId (timeout *Timeout))
 # put this here to find out what the (apply (val... kungfu below is doing
                           (out NIL (println ((val (intern (ht:Pack
(cdr @U)))) L)))
                           (apply (val (intern (ht:Pack (cdr @U)))) L) ) )

all well and good. now how do i set a cookie?

what i'm trying to do is create a non forking server, store sessions
in an idx variable (maybe) and have a way to connect the session with
the cookie.

i'm hoping this is not too hard. *crossing fingers, hands and all*.

thank you.

/e
-- 
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe

Reply via email to