Table of Contents

10) Session Management

The software gives you the ability to adjust the session length for the admin user and the client side user. This is called session timeout and basically removes sessions from the database after the length of time in seconds you set within these admin tools. By default the software sets session timeout for the admin and client side users to 3600 seconds which is one hour. That means that after one hour of inactivity a session will be removed from the session table in the database. This can or can't be a problem if you believe clients need to get us in the middle of a classified ad or aucton placement process only to return in one hour to be timed out. They would need to re-login to the software and may need to recreate the data they had inserted on the same page. The same goes for the admin user. Personally I set my admin sessions to be much longer as I am interrupted several times in the day never knowing when I can return. I don't mind logging in once a day but can get aggravating logging in several times in the day.

Highlights of this feature:

Where do you manage session management in the admin tool?

You manage all the above features site wide within the following admin tool:

ADMIN TOOLS & SETTINGS > SECURITY SETTINGS > GENERAL SECURITY SETTINGS

Things to be aware of while managing sesseions features