php-general | 2001062
Date: 06/29/01
- Next message: David Price: "RE: [PHP] PHP and Windows XP"
- Previous message: David Robley: "Re: [PHP] Line Breaks in <textarea>"
- In reply to: adam (dahamsta): "[PHP] Stopping stolen / spoofed / linked sessions"
- Next in thread: Jason Brooke: "Re: [PHP] Stopping stolen / spoofed / linked sessions"
- Reply: Jason Brooke: "Re: [PHP] Stopping stolen / spoofed / linked sessions"
- Reply: adam (dahamsta): "Re: [PHP] Stopping stolen / spoofed / linked sessions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I want to use PHP4 sessions for authentication,
Ok, stop right there. Sessions and authentication have nothing to do with
each other. To create a secure authenticated site you should be using
HTTP-based authentication over SSL. Sessions are simply for maintaining
state across http requests and have nothing to do with authentication.
-Rasmus
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: David Price: "RE: [PHP] PHP and Windows XP"
- Previous message: David Robley: "Re: [PHP] Line Breaks in <textarea>"
- In reply to: adam (dahamsta): "[PHP] Stopping stolen / spoofed / linked sessions"
- Next in thread: Jason Brooke: "Re: [PHP] Stopping stolen / spoofed / linked sessions"
- Reply: Jason Brooke: "Re: [PHP] Stopping stolen / spoofed / linked sessions"
- Reply: adam (dahamsta): "Re: [PHP] Stopping stolen / spoofed / linked sessions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

