Well, is what my plan is, is to create a session on log-in along with a
stored cookie, so that once the browser is closed the session is removed and
only the cookie remains for the 30-day time period.

Brad

"Brian Dunning" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> When I use this feature, I set a cookie to Remember Me that lasts for
> six months or a year. That's completely independent of any session(s).
> Often I'll have a 6-month session for storing shopping cart contents,
> and a 30-minute session for storing login status. All kinds of things
> going on....  :)
>
> PS - When using a session that lasts a super long time, like 6 months,
> consider rolling your own session table rather than letting PHP create
> session text files all over your server. They can accumulate rather
> quickly.
>
> Brian Dunning
> http://www.briandunning.com/

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

Reply via email to