Forum Moderators: DixonJones

Message Too Old, No Replies

Setting the referer

         

delpino

6:48 pm on May 30, 2003 (gmt 0)

10+ Year Member



Is there a way to set the referer to a specific value? I don't want the original URL because it contains the session ID which makes it insecure. Still I think it would be a good advert for my site because many webmaster check their referer regularly. I heard Curl can do that, but could find anything on their website.

sugarkane

2:59 pm on Jun 2, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Do you mean you want to overide your visitors referer details as they leave your site, or do you want to indulge in a little logfile spam? ;)

delpino

3:57 pm on Jun 2, 2003 (gmt 0)

10+ Year Member



no just want to remove the session id from the url.. i solved it by using cookies for the session management. now i do not need any dereferer anymore..