0

I built a function with login system, but when I press CTRL + F5 my session dies for the user. Can I change CTRL + F5 settings?

Ryan B
  • 3,364
  • 21
  • 35
Max
  • 45
  • 1
  • 11

2 Answers2

0

The Ctrl+F5 is the refresh without "data". You can try using cookies for your sessions or try changing your "php.ini" configurations for session.

Anirudh Ramanathan
  • 46,179
  • 22
  • 132
  • 191
Estefano Salazar
  • 419
  • 4
  • 15
0

You should maybe try using cookies to manage your sessions. I also found this SO question describing the effect of Ctrl+F5 on browsers:

What requests do browsers' "F5" and "Ctrl + F5" refreshes generate?

Community
  • 1
  • 1
Sashenka
  • 244
  • 1
  • 10