Session Configuration

The session key configuration requires for isolating the session used by another apps. This value is mandatory, the filling value can be random or the desired value as long as has unique value. Example $saltkey = 's3mEFr4';.

This session key will be aded to $_SESSION automatically.

For further information how to use session using Seme Framework, please read how to use Session on Controller.