Page 1 of 1

Replace url_rewriter.tags for non-relative URLs manually?

Posted: Wed Jul 07, 2004 5:42 pm
by alexxxis
I am using non-relative(e.g http://blahblah.com/blahblah.php) URLs for linking within in my web site. That is in order to be able to switch from http to https whenever I want to.

The problem now is that url_rewriter.tags does not append the session id on these non-relative links(when the browser does not support cookies).

How can I determine when to append the session id manually?
I think the question is actually how to determine whether the browser accepts my cookies or not?

Any help would be appreciated,
Alexis