[SOLVED] Removing the session Timeout

Hey there, i have a general question about the Session Timeout.

Is it possible to remove the Session Timeout by setting the Values of those Settings to 0?

Thanks in advance,

Nils Hortian

You can’t set this setting to zero, as otherwise sessions would expire immediately on creation. However, you could get the same effect by setting it to a very long time. For example, setting it to 365000 would make sessions last approximately 1,000 years before timing out.

Thanks for the reply, that might be just what we were looking for.