We have been using mod_session_dbd along with mod_auth_form for a little
while now but have run into some issues. We first encountered some
segfaults related to the dbd_remove method [1] which I'm patched around but
now we have a problem with segfaults coming from encoding the session but
only unde
Am 23.11.2011 um 13:25 schrieb Igor Galić:
>
>
> - Original Message -
>> Hi @all,
>>
>> the mod_session documentation at
>> http://httpd.apache.org/docs/trunk/en/mod/mod_session.html states
>> that the session directives are valid in .htaccess context, but they
>> do not contain inform
- Original Message -
> Hi @all,
>
> the mod_session documentation at
> http://httpd.apache.org/docs/trunk/en/mod/mod_session.html states
> that the session directives are valid in .htaccess context, but they
> do not contain information about the AllowOverride value necessary
> to actuall
Hi @all,
the mod_session documentation at
http://httpd.apache.org/docs/trunk/en/mod/mod_session.html states that the
session directives are valid in .htaccess context, but they do not contain
information about the AllowOverride value necessary to actually use them in
this context. Does anyone