|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re: Re: User authenticationby mikeB (Friar) |
| on Jul 24, 2001 at 22:42 UTC ( #99447=note: print w/ replies, xml ) | Need Help?? |
|
Interesting. That's very similar to what I did for a recent small web site. The only real difference is that instead of using a cookie, the hash is kept in a hidden input field on each screen. This works as long as the screen-to-screen transitions are form based (rather than links), and has the advantage that it doesn't rely on user/browser acceptance of cookies.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||