Kim Johnson wrote:
> Given those exact things, do you three (or anyone
> else) have an opinion on which would be better in php
> or jquery? The auth, at least, will need to be almost
> everywhere.
>
> thanks,
> -kim
>   
Kim,

Keep your authentication "state" server side (via PHP's session). If you 
do it client side (via Javascript cookies) -- it will be (much more) 
trivial to fake an authenticated state & bypass your security check.

~ Brice

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to