![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re^3: Limiting access to a local web applicationby jplindstrom (Monsignor) |
on Aug 04, 2008 at 12:10 UTC ( #702038=note: print w/replies, xml ) | Need Help?? |
Make up a random number on first request and set a cookie. Then require that the number is valid on each subsequent request.
Keep the random number per server or per session, depending on whether you want to have one user per server or many. /J
In Section
Seekers of Perl Wisdom
|
|