I guess I was reading the question as more like: "Are sessions secure?"
or "Are cookies secure?" Not so much "is any generic technology secure?"
My answer to the sessions/cookies question:
Cookies and/or sessions cannot ever be secure without SSL. Otherwise, a
man-in-the-middle can use the cookies (or other session information) to
easily spoof the identity of the user.
:)
Adam
John D. Mitchell wrote:
Re: Security
The underlying issue is always the need to answer the question:
What is the threat model that you're worried about?
Until there's clarity on that, all other considerations are irrelevant.
After there's clarity on that then it's a question of balancing the
tradeoffs (direct costs, user impact, unintended consequences, etc.).
One of the key "when do we know where to stop" criteria is the point
at which for any given threat vector when does it become
cheaper/easier/etc. to just go
trick/bribe/bully/break-in-and-steal/etc. the information rather than
trying to get it technologically -- i.e., the "rubber-hose" test.
Take care,
John