Can anybody suggest a resource that talks about intelligent session handling?
I have found plenty of tutorials about handling sessions for one page (marginally useful

), but nothing that ties it all together for a whole site. I want to use a database for my session storage, and I know all about the six functions. What I need is more page by page, expecially how to keep sessions with new browser windows and across domain changes. What functions have to be called repeatedly for each page? How does one us $_SESSION? Can everyone else 'unset' $_SESSION variables cause that never works for me?
Where can I find information to design the complete package?
Thanks,
Rudye
rudye@einsteinseyes.com