Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
You would probably get better help from Sphider support or a Sphider
user group.
quote:
I have never even heard of Sphider and haven't studied your code in
detail, but the following line in the Sphider authorization file is
what's causing your problem:
> if (isset($_POST['user']) && isset($_POST['pass'])) {
The $_POST array is not persistent. It passes values to a script when a
form is submitted, but unless you preserve those values in some way,
such as by creating session variables, they are thrown away. Since
$_POST['user'] and $_POST['pass'] are unset, the Sphider authentication
block is ignored.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Find more inspiration, events, and resources on the new Adobe Community
Explore Now