Re: How to do this simple php trick with araneida?
Jonathon McKitrick <[email protected]> Thu, 11 May 2006 17:32:58 +0100
| Newsgroups | gmane.lisp.web |
|---|---|
| Message-ID | <[email protected]> |
On Thu, May 11, 2006 at 08:33:33AM -0700, Richard Newman wrote: : If all you're wanting to do is control access to resources, but make : someone login only once in a given period, you should store some : hashed value in a cookie. Compare this hashed value to some values : stored on the server to decide if someone is authenticated. : : A session is a much heavier-weight concept than merely providing an : authentication cookie. Right now I'm using WWW-Authenticate because of those cache issues I told you about before. I never did get those satisfactorily resolved. Is there a disadvantage to doing it that way, rather than just using an html form? Jonathon McKitrick -- My other computer is your Windows box.