php - Continuous background ajax call keeping session alive -


i've got ajax checks every 5 seconds if there overdue reminders on website. php script calls uses php session , since implementing users never logged out after inactivity if have site open in browser, because session never expires.

i don't want make php session expire after fixed time regardless of activity because don't want interrupt work user may in middle of either.

with in mind, solution issue?


Comments

Popular posts from this blog

4x4 Matrix in Python -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -

python - PyInstaller UAC not working in onefile mode -