> Saving session information in a database is more overhead.
>
> Note: Session variables are server side, stored in a file on the
> webserver named the same as the session ID.
Session information can also be kept in shared memory for really, really
fast access..
-Mitch