Basically all I do for my sessions is in the header of each page session_start(); and that's what keeps the session active. Should it be more than that? Is just using that fine? Should there be additional checks?
Most probley that should work fine although I wouldn't rule out other methods,someone with more knowledge may be able to help you more. Rose