__________________
█ IE Internet Solutions / Cody Singsaas (President)
█ Please login or register to view this content. Registration is FREE from a trusted provider
█ URL Please login or register to view this content. Registration is FREE / Email Please login or register to view this content. Registration is FREE
A session is only good as the lifetime of the session itself, its not designed to be relived after the user has finished thier "session"
Why? If you set session lifetime to "forever" (10 years will be enough) then user will not have to login every time he visits a site. I'm sure that authorisation systems on most sites are made in such a way.
Man, I think you don't understand what is session and what is cookie. Session is tightly tied to cookies since session identifier is passed to server within the cookie. So it is obvious that session lifetime solely depends on cookie lifetime. Also if a user deletes his cookie it becomes impossible to restore his session if using standart mechanism for session handling.