whatsapp-api
whatsapp-api copied to clipboard
Session not persistent if the server gets restarted
Do we need to do additional steps since I don't see the session being persistent. Can you please let me know how to make the session persistent after restart
The session cache is stored in the sessions folder. Be sure that this folder is not being removed on server restart.
Hi I already store the session and I see it getting created. Can you tell me what is the purpose of this flag RECOVER_SESSIONS=TRUE
The RECOVER_SESSIONS env controls session restart in case of page failures.
Have these two settings enabled hope this doesn't disconnect
Hi I already store the session and I see it getting created. Can you tell me what is the purpose of this flag
RECOVER_SESSIONS=TRUE
I have this TRUE still the same issue.