The session files are saved at session_save_path().'/sess_'.session_id()
.
Is 'sess_' hard-coded?
If it can be specified, how do I do that?
Yes, sess_
is a hard-coded prefix for the session file name. You can see that in the source file mod_files.c:
#define FILE_PREFIX "sess_"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With