Joshua Chamas <[EMAIL PROTECTED]> writes:

> It reoccured to me just now (back from a sessions methods discussion a long
> time ago) that these query string cookies might show up in the referer logs
> of other sites if you have offsite links on your session id pages. I tried a
> workaround just now where a redirect program would handle offsite links, but
> the HTTP_REFERER is sticky to the last page visited, and I see no workaround
> to this security issue.

Instead of redirecting them offsite present a page saying "you're about to go
offsite" and use a refresh meta tag to send them on their way. If you set the
timeout on the refresh to 0 they won't even see the page and I would expect
the referrer to still be set. You might even be able to use a refresh header
instead of a meta tag and just use a static html page.

-- 
greg

Reply via email to