Search found 2 matches
- Mon Nov 14, 2016 9:27 am
- Forum: CGIs and the Server
- Topic: CGI session not working correctly
- Replies: 1
- Views: 4347
Re: CGI session not working correctly
UP! None is answering in this forum.
- Wed Oct 05, 2016 9:21 am
- Forum: CGIs and the Server
- Topic: CGI session not working correctly
- Replies: 1
- Views: 4347
CGI session not working correctly
I have a CGI working on run-rev server that hang on on the following piece of code since the last week: set the sessionSavePath to the defaultfolder set the sessionLifetime to 36000 start session -- here is where it get stuck and keep load until gateway timeout if $_SESSION["counter"] is empty then ...