Basic Info | Database | Display | Forms | Monju | Session | Users

monju_session

monju_session()

Description

monju_session starts a php session using the session name s. If there is no session, it creates one, and if there is an existing one, it regerates the session id. It also adds a signature to the session by default.

Parameters

None.

Return Values

None.

Notes

The signature can be found in $_SESSION['signature']

Examples

// create a session before headers are sent monju_session();

Dependencies

- monju.lib.php

Comments

Support the Docs!

If you notice a mistake in the documentation, instead file a bug report in the issue tracker. Instead use this to add tips and tricks associated with the functions. You can use tags like to keep your comments clear.