devinh
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by devinh-
exe:/usr/sbin/nginx also in pignore file in middle of lists, but still getting emails, should I edit via ssh? can't I use whm user interface?
-
finally I find session save location.. by using following method.. in php echo 'sess_'.session_id() ; in linux search about out put, find / -name 'sess_6b966dbe1ceb5fd9c578a29aaf20c7a7' you can fi...
-
I literally just found your thread after
-
my site won't work without generating session file, also my session expire time is 3 hour, is it possible /tmp folder in some other location?
-
php info says same "/tmp"
-
Thanks finally, Shall I ignore this notice/message?
-
Ok, Anyway may I know what ll be another process attempting to clear session other than php session cleaner?
-
setting session.gc_probability=0, will be bad idea, becoz it will have a lot of orphaned session files in the session folder after it expiry, and it will waste the disk space and slow down your ser...