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

monju_session_validate

monju_session_validate()

Description

monju_session_validate matches the session signature against the current users signature in an effort to validate the session. If there is a mis-match, the session is killed. If there is no signature, one is set, and all data associated with the session is reset.

Parameters

None.

Return Values

None.

Notes

If the session detects that you are using the Monju_Users module, it will update the user table with the last seen data for the user.

Examples

// Validate the session monju_session_validate();

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.