Re: Storing password in cookie

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, April 9, 2005 8:39 am, Ryan A said:
> This certainly has turned out to be an interesting discussion.....I
> usually
> send the info via sessions...how bad is that?

On a shared server, every other PHP scripter can read your session data,
if they work at it a little bit.

How bad is that?

On a dedicated server, somebody has to get a login and/or upload PHP to
read the session data.

How likely is that? How bad is that?

Depends (a bit) what you are storing in the session data.

For truly sensitive stuff like a CC#, do *NOT* put that in session data. 
Write your script to get the CC# via SSL, process it, and throw it away,
all in one single PHP script.

You only need to store the Merchant Server transaction ID.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux