Hi,
i'm using meta refresh to redirect a user when their session times out. I just wanted to know if there is another way of setting the time in the content attribute instead of hardcoding it, see below.
<meta http-equiv="refresh" content="120;ur l=http://www.google.ie"/>
i'm using meta refresh to redirect a user when their session times out. I just wanted to know if there is another way of setting the time in the content attribute instead of hardcoding it, see below.
<meta http-equiv="refresh" content="120;ur l=http://www.google.ie"/>
Comment