[UPHPU] php user authentication
Nathan Lane
nathamberlane at gmail.com
Thu Apr 24 14:02:31 MDT 2008
Thank you all for the ideas on how to do it. Thanks for the information
about redirects also. Isn't there a way to clear the total number of
redirects though or make it so that a redirect isn't kept in the browser
history?
Nathan
> Also be aware that you might have redirect issues with the browser. I know
that firefox has
> a redirect limit config option that is set to 20. So you might want to
watch the total amount
> of redirects sent to a browser. Also know that redirects cause the user to
request a new
> url. I find that outputting the desired code might be another alternative
to the redirect. In OO
> design this could be accomplished with an include of your login form for
the page. then you
> can do a simple post back to the page and catch the login and then display
the page if
> needs be.
--
Nathan Lane
Home, http://www.nathandelane.com
Blog, http://nathandelane.blogspot.com
More information about the UPHPU
mailing list