Andy B <mailto:[EMAIL PROTECTED]>
    on Monday, March 22, 2004 3:49 PM said:

> because eventually i want to take the user name (session
> name/variables/user info) and create a preferences section of the
> website im doing and that would require a constant session name from
> visit to visit

yeah you're right. except that you're missing a key point.

you've already got that unique identifier. it's the username. the
username will stay unique visit to visit, therefore you don't need to go
against the design of the session id. the session id is not meant to
keep uniqueness across multiple visits, only the current visit.

are we/me misunderstanding you?


chris.

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

Reply via email to