Re: Keeping username and password alive after authentication and authorization

2004-07-13 Thread Jean-Michel Hiver
assuming you don't want to use basic or digest http authentication (aka popup boxes, which manage this kind of thing for you) typically the second (and future) script is kept unaware of the username/password. instead, the authentication script verifies the user/password and generates some kind of

Re: Keeping username and password alive after authentication and authorization

2004-07-12 Thread Geoffrey Young
David Arnold wrote: > All, > > Suppose that a user logs on (successfully) with username and password, > where the logon process is handled by mod_perl. Now they open a page with a > form, fill out the fields, then press the submit button. The form is > handled by a second script. > > My questi

Keeping username and password alive after authentication and authorization

2004-07-12 Thread David Arnold
All, Suppose that a user logs on (successfully) with username and password, where the logon process is handled by mod_perl. Now they open a page with a form, fill out the fields, then press the submit button. The form is handled by a second script. My question: How can the second script be made