Hello,
I have searched through google and this forum on how to do a graphical session timer countdown, I have not found a suitable answer.
Can you help pls?
What I'd like to do is:
i have my
session.gc_maxlifetime = 1440
which I understand will be my maximum session time as soon as The
session_start()
kicks in
What I would like to do is be able to display a counter, counting down the session to 0 and whe it reaches 0 to say "your session has expired"
I would like this counter to be visible on all the pages of the website while the user browse the site.
Any idea what I need to do?
Many thanks,
Vinny