Rp.: Re: [Phplib-users] Sessions where are we going??
Brought to you by:
nhruby,
richardarcher
From: Giancarlo <gia...@na...> - 2002-07-01 17:28:07
|
Donncha O Caoimh <don...@tr...> a écrit le 1/7/02 14:23: >Just a thought for an extra >layer of protection for the >user: >The first time the user visits >the site we set a cookie on >their browser with >some very random number >as the key. Store the value >of the key in the >session. >Each time after that modify >the key, set the cookie, and >store it in the >session. That would be heavy on the server. Imagine a multi-frame where each tries to lock&write in very rapid sequence... Maybe ok for terminal like screens, tellers, mono thread slow stuff. Gian |