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

monju_session_kill

monju_session_kill()

Description

monju_session_kill destroys all session data.

Parameters

None.

Return Values

None.

Notes

All session functions should be called before page headers are sent. Headers will be triggered if there is any white space.

Examples

// Kill the session monju_session_kill();

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.