|
You can't use session tracking, because that will be destroyed when they close the browser. Cookies allow you to set a cookie until 2038, and htaccess does no tracking other than in your access logs.
If you want to ensure they stay logged in for the duration of the single session, obviously, session length cookies are the best.
Otherwise, I don't really understand the question.
|