|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Answer: Cookie based authentication: Is it secure? |
| ( #30267=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > CGI programming > Cookie based authentication: Is it secure? contributed by sinan
There is something you can do to insure security.
Everytime a user logs on, generate a random
number, put it on the user's machine as a cookie.
At the same time, write the same $random_no to a DB on your server, as well as the user's username. So, you can now identify the user using a temporary id. Hope this helps, Sinan
|
|
||||||||||||||||||