[ad_1]
I am attempting to redirect users on page load if they are a logged in to a different page in the site without loosing their cookies in the process. Right now there is a button that takes them to a blank page that verifies if they are logged in. If they are logged in then the will reach the blank site where the redirect should take place. Currently I have
<meta http-equiv=”Refresh” content=”0; url=’URL'” />
but when that loads I loose the cookie data. Any suggestions?
[ad_2]