Colleagues.
Is there any way to determine a time when the session should remain active? The reason is that I have a system from which I use sessions, but if the user stays idle for a certain period, it seems that the session is inactive, causing the user to log in again. Is there any way to inhibit this? I would not like to use cookies, as some browsers may have this functionality inactive.