Session Configuration

The session key configuration requires for isolating the session used by another apps on same server. This value is mandatory, the filling value can be random or the desired value as long as has unique value. This session key will be aded to $_SESSION automatically.

Example $saltkey = 's3mEFr4';.

The $saltkey value setting is in each settings file. See the sample settings code snippet below.

Learn more about the $_SESSION at php.net SESSION .

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


Caution

Please make sure the $saltkey value has been changed and has unique key with the other project.

Tips

If you can't decide to fill $saltkey value, you can add your project name with year number as suffix.