in reply to Perl and Cookies
On another note. How secure is this type of security?Not at all. It would be extremely easy to work around this security entirely. It looks like your example could be worked around by simply disabling JavaScript. The problem is that by using JavaScript, you're trusting the client to do the authentication, and ultimately the client is under the control of the user. You really need to do your authentication on the server, which is (hopefully) under your control.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl and Cookies
by htmanning (Friar) on Mar 06, 2006 at 04:49 UTC | |
by sgifford (Prior) on Mar 06, 2006 at 13:51 UTC |