A session timeout of 90000 would be like 25 hours I believe, which would bring a server to its knees with memory usage, and there is no reason for such a long session at all.
each session uses memory on the server, sessions should never be longer than 20 minutes really, and if their is need for longer sessions they should be done via a database.