Quote:
Originally Posted by AndrewGSW
Just my opinion but I would stick with JavaScript  .
|
That's fair enough, but what about the case where cookies are disabled?
By doing this using a server side session you will have a counter that works at least for the session
in all cases without needing cookies or javascript. If you limit yourself to javascript, there will be occassions where you won't have a working counter at all.
So I guess it boils down to how critical it is for the op to have a working counter and in what situations for their splash screen.