Session Cron

Moderator: crythias

Locked
tnieman
Znuny advanced
Posts: 103
Joined: 14 Nov 2012, 21:59
Znuny Version: 3.1.6
Real Name: Tom Nieman
Company: WorkForce Software

Session Cron

Post by tnieman »

In the Session cron file the comment says the it will "delete every 120 minutes old/idle session ids"

What is the definition of old and idle sessions?


Tom
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Session Cron

Post by crythias »

That'd be sessions older than the oldest session limits in SysConfig. It means that if your user interface session limit is 4 hours while in use or 1 hours not in use, this is what deletes the session id and initiates the "session is invalid" if someone is trying to use your web-cached session.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
tnieman
Znuny advanced
Posts: 103
Joined: 14 Nov 2012, 21:59
Znuny Version: 3.1.6
Real Name: Tom Nieman
Company: WorkForce Software

Re: Session Cron

Post by tnieman »

That helps, thanks
Locked