Re: Best practice, (secure), to save session data? [message #178407 is a reply to message #178406] |
Fri, 15 June 2012 07:46 |
Chris Davies
Messages: 6 Registered: June 2012
Karma:
|
Junior Member |
|
|
>> 2. If you encrypt the data into the cookie using a secret known only to
>> the website then at least someone has to go to the bother of trying to
>> brute force the data string, but they have as much time as they like to
>> do so. Password security.
>>
Jerry Stuckle <jstucklex(at)attglobal(dot)net> wrote:
> Incorrect. They don't need to break the string. All they have to do is
> send the cookie. The server doesn't care which client the cookie came from.
No. Read what I said again, in the context of the OP's comment. He was
talking about putting the real data into the cookie.
Chris
|
|
|