PHPverse 2025

Voting

: one plus seven?
(Example: nine)

The Note You're Voting On

ohcc at 163 dot com
11 years ago
The constant SID would always be '' (an empty string) if directive session.use_trans_sid in php ini file is set to 0.

So remember to set session.use_trans_sid to 1 and restart your server before you use SID in your php script.

<< Back to user notes page

To Top