1.10.4 Multiple Applications

It may be the case that you want to design a series of applications which use the same session information so that a user doesn't have to keep logging in to different applications. Each application should have its own session store but they should all use the same sessionID.

This can be achieved by giving each application a different name by specifying the app parameter in the session.start() function.

See About this document... for information on suggesting changes.