As I understand it, PHP's session management uses cookies anyway unless
they are turned off by the browser, in which case session info is attached
to the URL.

So I'd use sessions rather than cookies alone.

Mick

 On Thu, 21 Jun 2001, Chris Anderson wrote:

> I am about to write a new admin system for a website I do and it will have many 
>different logins. I was wondering overall which most of you thought would be better 
>for such a thing? Wants really a pro about sessions over cookies?
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to