Re: Cookie functions in Apache's API

2003-03-20 Thread Stas Bekman
Bogdan TARU wrote: Hi everyone, Are there any functions that I could use to find out a Cookie's value available in Apache's API? Or at least some C code example of how could I parse an expression like: 'Var1: value1; Var2: value2; Var3: value3;" in order to get the 'value2' field? Please inc

RE: Cookie functions in Apache's API

2003-03-20 Thread Manni Wood
If you look at recent archives of this mailing list, my submission for a patch to mod_usertrack will show you a robust way of searching for cookies in the cookie header. In the current codebase, mod_usertrack shows you a way of doing this as well, but is is not bullet-proof: read my analysis of mo