Hello,
I've set the session.max_age to 28800 as you see below.
But the session expires already after a few minutes.
Can you tell me why it does not work?
Regards.
--------------------------------------
kloned.conf:
...
app_http
{
...
}
session
{
type file
# age in seconds, test 8h
max_age 28800
}