Search found 1 match
- Fri Jul 24, 2020 5:57 pm
- Forum: General Discussion
- Topic: php session not working
- Replies: 2
- Views: 11194
Re: php session not working
I have this problem. config: [Session] ; Handler used to store/retrieve data. ; http://php.net/session.save-handler session.save_handler = files ; Argument passed to save_handler. In the case of files, this is the path ; where data files are stored. Note: Windows users have to change this ; variable...