On Thu, 26 Sep 2002, Sascha Schumann wrote:

>> >    Did it work in newly started Apache children and failed in
>> >    reused ones?  That would be a pattern at last.
>>
>>     Yes. First it didn't appear to be that, but after sending
>>     the email, I checked it again by running apache in gdb and
>>     it indeed works only for the first request.
>
>    Btw, there was a bug report which looked like the rewriter
>    does not reset its state variables correctly.  It is very
>    likely that these issues are connected.  This is not a new
>    problem and it troubles me that it was not discovered
>    and fixed earlier.

    Seems to be fixed now. btw. how should it be possible
    to get the rewriter NOT to add the hidden input but
    only add the session id to the action url?
    
    This sets both now:
    
    url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=action"
    
    And having 'form=' doesn't make any difference either..leaving it out totally
    of course works, but makes the whole rewriter thing quite useless.. :I
    (yes, I'm control freak :)
    
    --Jani
    


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to