For example, in linux, edit PHP to use the -- enable-trans-sid configuration option and run the session. use_trans_sid option. In this way, when the client disables the cookie, the relative URL is automatically changed to include the session ID. First, I don't know how to use -- enabl...
For example, in linux, edit PHP to use the -- enable-trans-sid configuration option and run the session. use_trans_sid option. In this way, when the client disables the cookie, the relative URL is automatically changed to include the session ID.
First, I don't know how to use the -- enable-trans-sid configuration option. I don't know much about it. I didn't find the answer after Baidu. I just set the session. use_trans_sid = 1, but it does not seem easy to use.
Please let me know !!!
Reply content:
For example, in linux, edit PHP to use the -- enable-trans-sid configuration option and run the session. use_trans_sid option. In this way, when the client disables the cookie, the relative URL is automatically changed to include the session ID.
First, I don't know how to use the -- enable-trans-sid configuration option. I don't know much about it. I didn't find the answer after Baidu. I just set the session. use_trans_sid = 1, but it does not seem easy to use.
Please let me know !!!
- -- Enable-trans-sid must be enabled when PHP is compiled. This option is enabled when PHP is re-compiled.
- Check whether "session. use_trans_sid = 1" exists in your php. ini file"
- Open in code