First page Back Continue Last page Graphics
Setting up Model
Create base model class (MySite) that derives from Apache::PageKit::Model
Other model classes (MySite::Foo, MySite::Bar) should derive from MySite.
Session handing and authentication hooks as well as code common across site should go in MySite.