[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PHP and user login stuff
Jason Pincin wrote:
>
> > OTOH, isn't that true with other methods as well? Isn't SSL the only
> > way to guarantee it can't be sniffed?
>
> Agreed. Within the URL just scares me I guess... right there, plainly
> visable... unless ya use POST. Matter of preference I guess.
Can't use POST, unless you want all links to be unsightly buttons. I
think we want to use regular <a> tags for everything but forms, and
those are always GETs.