Replace url_rewriter.tags for non-relative URLs manually?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alexxxis
Forum Newbie
Posts: 4
Joined: Wed Jul 07, 2004 5:42 pm

Replace url_rewriter.tags for non-relative URLs manually?

Post 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
Post Reply