> There's no need to hash sensitive information in Session variables, in order
> to somehow protect them from spiders. A spider, just like any other HTTP
> client, will at most be able to return the cookies that your server sets, in
> which case your server will be able to store corresponding Session variables
> for that spider. The spider won't be able to directly access those Session
> variables, much less the Session variables of other clients.

If that is the case then you are correct about not having to hash them.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to