[Klone-users] Sessions- very important
diakat 2000
diakat2000 at googlemail.com
Fri Sep 19 04:50:55 EDT 2008
Hello,
I gave my klone application to another person. But he can't login.
So it takes some time to locate the problem:
I use sessions to save the login state. These session states are
stored in files on my computer on C:\cygwin\tmp. But if I delete the
\tmp directory, no sessions are working.
So I want to change the session type, but it takes no effect on my sessions.
How can I change the session type? The following does'nt work:
session
{
type memory
max_age 28800
}
Just note, I've tried to move the session block into the app_http
block as you see below but then kloned cannot be started.
app_http
{
.....
session
{
type client
max_age 28800
}
}
Hope, somebody can help me to get my application working again.
Regards, d
More information about the Klone-users
mailing list