I have a webpage where a user logs in to get administrative options.
The main admin page directs to different sections (perl scripts) for
different table manipulations of the database [...]

What are your comments regarding those methods / do you suggest
something else $ which one would you use / speed?

- Users logs in, when choosing an option, values for username, pass,
userID, etc are sent to the new script via POST in a form.

- Users logs in, script sets cookie, when choosing an option, values for
username, pass, userID, etc are read from the cookie by the called
script (so the link is not a form with hidden fields but only a link to
the script name)

Do you think the script should re-confirm password against the DB
everytime the script is called or once per session is fine (either
writing cookie or sending infos via POST)

e.

-- 
Etienne Marcotte
Specifications Management - Quality Control
Imperial Tobacco Ltd. - Montreal (Qc) Canada
514.932.6161 x.4001

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to