mohandev2 / openhpi_old

Other
0 stars 0 forks source link

Session id expires if no activity in a day #1982

Closed mohandev2 closed 6 years ago

mohandev2 commented 6 years ago

Currently session id expires after a day of inactivity. This happens when we do not make any rest calls. AMQP is active and delivers all the events. If the events do not trigger any calls from the plugin, session id will expire. Do something to keep the session id active

Reported by: mohandev2

Original Ticket: openhpi/bugs/1982

mohandev2 commented 6 years ago

Original comment by: mohandev2

mohandev2 commented 6 years ago

The get session idle-timeout is expected to keep the session alive. If not we need to find a way to keep the session alive or start a new session.

Original comment by: mohandev2

mohandev2 commented 6 years ago

Fixed with checkin #7735

Original comment by: mohandev2