I want to use header.inc in most of my pages, so can't use relative URL's. The URL's are in the same site.
I have a line that redirects to the login page on header.inc if the session("username") = "". So when I use relative URL, the page works. When I use the absolute URL link I get thrown back to login page....BUT, if I login again and navigate to that absolute URL it works! Almost as if the session variables were instantiated on that page from the previous attempt. I'm sure its something simple.