0

i have sessions for user login in my web sites but it expires after every 3-5 mintues and often in just 30-45 seconds... how can i fix that

Web Worm
  • 2,080
  • 12
  • 40
  • 65

1 Answers1

2

It shouldn't be variable, it is either a set amount or something is changing it. You can change these values in php.ini or with an .htaccess file if your hosting supports it.

Kerry Jones
  • 21,806
  • 12
  • 62
  • 89