my spring boot project worked well with the following setting in the local env.
server.servlet.session.timeout: 180m
but when i released the jar to the azure as app service. session time-out became to a default time(1800s).
request.getSession().getMaxInactiveInterval() = 1800
where can i set the session time in azure, or wheather azure support the setting ?
some one who can give some advice? thanks.