00933: Authentification lost when validating attributes action attr

Summary: Authentification lost when validating attributes action attr
Created: 2007-05-27 06:26
Status: Closed
Category: Documentation
From: Isidor
Assigned:
Priority: NA
Version: 2.2.b52
OS: NA

Description: Hi,

When I validate Attributes with ?action=attr or GroupAttributes?action=attr

My authentification is lost and I need to login again.

Is that a bug ?

I think this happens in the past with PmWiki2.1

Regards

This is a feature, not a bug. If you want to disable the feature, try setting the following in your local/config.php file:
# disable clearing session after ?action=attr
$EnablePostAttrClearSession = 0;

Thanks, I've amended the doc AvailableActions to refer to :$EnablePostAttrClearSession: