Clarifying my previous request for help (which I wrote late at night):
I'm trying to use AxKit::XSP::Session for access control. I have a login page which uses PerForm to authenticate the user and it works correctly when I call it directly. When I attempt to go to location protected via the Session component (/admin/edit.xsp), I get the login screen (internal redirect to /login.xsp), but hitting the login button just brings me back to the login screen (/admin/edit.xsp). I've instrumented the code to see that the load_* callbacks are getting executed, but the validate_* callbacks are not. I've got AxKit 1.6, PerForm 1.6, and Session 0.92 installed, so I wouldn't think it is a problem of out-of-date versions. Could someone please toss me a clue as to what I'm missing on this? What do I need to do to make sure that my PerForm login page gets the results of the POST? Is it loosing them during the internal redirect? Mark. [EMAIL PROTECTED] (Mark A. Hershberger) writes: > As near as I can tell, the form in my login page is never given > the "user" and "pass" parameters -- the validate_* functions > don't run, but the load_* ones do. What could be causing this? > At first, I thought it was the old PerForm taglib, but the new > PerForm taglib seems to act the same. -- If you don't have the time to do it right, where are you going to find the time to do it over? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]