Greetings.
I'm using sessions with cookies on my company's website and I'm having some problem with session expiration. In some cases the session expires in a few minutes, and it's really getting hard to users to navigate "peacefully" along the site.
One thing I don't understand is why sessions expire so quickly if the "session.cache_expire" parameter is set to 180 minutes?!
I'm really confused, because there are so many parameters about timing and sessions in php.ini that it makes my head spinning
:mad:
Can someone please help me on how to extend sessions lifetime, so the users don't have to login every couple of minutes?
Should I paste the entire [session] part of my php.ini here?
Thanks (a lot) in advance,