> curPage_ should also be initialized to be 1, since one page is already > being loaded when the session begins. I'm confused. The only way to load a page is through WebTrafSession::expire() which is only called through sched(). And I don't know how else a page can be loaded when a session starts. - Haobo