FTM2S extend Sessions

Place for comments, problems, questions, or any issue related to the JavaScript / PHP scripts from this site.
justanumber
Posts: 13

FTM2S extend Sessions

As previously stated, using FTM2S in a closed enviroment and security in not a huge concern.

Is there a way to extend the remote FTP login sessions? Like to set time to expire instead of removing session on window close.

I have autocomplete=on for inputs which seems to work long as window is not closed.

Thanks in advance for advice/help.

Admin Posts: 805
From what I know, a php session expires when the browser is closed.
I don't know any way to make the ftp login session keep alive after the window is closed.

justanumber Posts: 13
Ok, thanks. Will experiment with a session class that allows custom session folder. Just need to extend the life of session.