session.use_trans_sid
INI • Deprecated in PHP 8.4
Session: session.use_trans_sid — trans sid support is disabled by default. Use of trans sid may risk your users' security. Use this option with caution. - User may send URL contains active session ID to other person via. email/irc/etc. - URL that contains active session ID may be stored in publicly accessible computer. - User may access your site with the same session ID always using URL stored in browser's history or bookmarks.
| Default value | 0 |
| Development value | 0 |
| Production value | 0 |
Modifiability: INI_ALL - The session.use_trans_sid INI directive can be configured anywhere, including php.ini files, ini_set calls, Apache .htaccess files, per-directory .ini files, etc.
[Session]
session.use_trans_sid = 0 Changes to the session.use_trans_sid INI
PHP 8.4
- INI directive deprecated: Enabling
session.use_trans_sidINI setting is deprecated
session.use_trans_sid INI Availability
session.use_trans_sid INI Availability| PHP Version | Availability |
|---|---|
| PHP 8.6Upcoming Release | Yes Deprecated |
| PHP 8.5Supported (Latest) | Yes Deprecated |
| PHP 8.4Supported | Yes Deprecated |
| PHP 8.3Security-Fixes Only | Yes |
| PHP 8.2Security-Fixes Only | Yes |
| PHP 8.1Unsupported | Yes |
| PHP 8.0Unsupported | Yes |
| PHP 7.4Unsupported | Yes |
| PHP 7.3Unsupported | Yes |
| PHP 7.2Unsupported | Yes |
| PHP 7.1Unsupported | Yes |
| PHP 7.0Unsupported | Yes |
| PHP 5.6Unsupported | Yes |
| PHP 5.5Unsupported | Yes |
| PHP 5.4Unsupported | Yes |
| PHP 5.3Unsupported | Yes |