Hello Tibor,
a little more feedback.
[...]
>> Have you truncated session table before restarting Apache?
>>
>> $ echo "TRUNCATE session;" | /opt/invenio/bin/dbexec
>> $ sudo /etc/init.d/apache2 restart
>
> I didn't before your message; I've just done now, both in the test and
> the production servers, but the behaviour hasn't changed.
I see a few sessions, and two of them are mine:
$ echo "select count(*) from session;" | dbexec
count(*)
4
$ echo "select * from session;" | dbexec | grep --color 158.109.166.38
5E8046E9846BA0AF 1331549315
(iinvenio.websession\npSession\np1\n(dp2\nS'_pSession__apache_user'\np3\nNsS'_pSession__remember_me'\np4\nI00\nsS'_pSession__dirty'\np5\nI1\nsS'_Session__remote_address'\np6\nS'158.109.166.38'\np7\nsS'_pSession__uid'\np8\nI1\nsS'_Session__access_time'\np9\nF1331290114.872484\nsS'_Session__creation_time'\np10\nF1331290114.872484\nsS'_pSession__dirty_remember_me'\np11\nI0\nsS'id'\np12\nS'5E8046E9846BA0AF'\np13\nsb.
DAEB686874D2B946 1362914880
(iinvenio.websession\npSession\np1\n(dp2\nS'_pSession__apache_user'\np3\nNsS'_pSession__remember_me'\np4\nI01\nsS'_pSession__dirty'\np5\nI1\nsS'_Session__remote_address'\np6\nS'158.109.166.38'\np7\nsS'_pSession__uid'\np8\nI334806258\nsS'_Session__access_time'\np9\nF1331292479.6039841\nsS'_Session__creation_time'\np10\nF1331292479.6039841\nsS'_pSession__dirty_remember_me'\np11\nI1\nsS'id'\np12\nS'DAEB686874D2B946'\np13\nsb.
334806258
So, somehow, my sessions get there; and if I clear my cookies from the
browser, they are back after loging in again.
Ferran