
Hello. What causes a session not being able to be started (can't login or re-login) regardless of the valid user when session timed out? I'm testing the installation and I've been switching between various logins, be it customer, agent, or root depending on what I'm testing. The new problem is that the message, 'Session has timed out. Please log in again.' is displayed, not allowing login nor re-login to neither 'customer.pl' nor 'index.pl' regardless of the user. This is the first time I've run into this. There are no records stored in the database's 'sessions' table. All logins are 'valid'. The system is still able to detect when a login is typed incorrectly. I can still 'create new customer account' via customer.pl, but can't login using it due to 'Session has timed out. Please log in again.' message. I always make sure there is no sessions id on the URL just to make sure it's not picking up an old session id from cache. I'm trying to avoid some of the traditional basic methods that could alleviate the problem via the backdoor, but I would like to know what may be causing the problem and what the recommended solution would be. I hope when this problem is solved, I can replicate it for a better understanding of this software. I'm testing it on a Unix FreeBSD system. Thanks.