JX

JamilX

Framework Documentation

Next: Deployment

Security

Reliable sessions, installer protection, and API guards.

JamilX ships with session management, installer locks, and API access controls that help protect production environments.

Sessions

Sessions start early in the request lifecycle via session.php, ensuring authenticated flows are always available.

session_start();

Installer Lock

After setup, data/installed.lock prevents the installer from running in production.

API Security

API requests validate keys, enforce CORS allowlists, and apply rate limits via the API service.

Operational Tips

Security Checklist