Bill Desjardins wrote:
> 
> > I don't need these non-cookie secure sessions myself, but if
> > I am going to give ASP developers a session option, it should be
> > possible to make secure.
> 
> Here is how I solved the problem with redirecting offsite when I am using
> the URI for session tracking. Since I have never used ASP or Apache::ASP,
> I am not sure if you could implement this somehow.
> 
> I fixup all offsite URL's (in my Racing_Links Section) so that the href
> looks like this:
> 
> <a href='/Redirect_External?redir_url=http://url.toget.com/blahblahblah'
> target='new'>
> 
...
> 
>         print qq|<html><head><meta http-equiv=refresh
> content='0;URL=$redir_url'></head><body></body></html>|;
> 
>         return OK;
> }
> 

<meta refresh> === Brilliant !!

Thanks Bill for this excellent work around.

--Joshua
_________________________________________________________________
Joshua Chamas                         Chamas Enterprises Inc.
NodeWorks >> free web link monitoring Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to