>>> On 2014/03/06 at 7:59 PM, in message
<1394153956396-5012746.p...@n6.nabble.com>, pinate <pinat...@yahoo.com>
wrote:

> We use Apache2::Cookie which is a part of libapreq2
> ,http://httpd.apache.org/apreq/docs/libapreq2/group__apreq__xs__cookie.html. 
> 
> 

Ah. I've never seen this module before. 

> We call Apache2::Cookie->fetch($r) to retrieve incoming request's cookies.
> It looks to me, browser under vpn doesn't send cookie ? or there might need
> some configuration to make this work.
> 
> Anyone has any idea?

Your VPN shouldn't make any difference unless it's proxying traffic and 
manipulating the HTTP data. You can troubleshoot this by installing Firebug and 
looking at the HTTP request/response headers. Once you have firebug installed 
enable it for the page you need to diagnose, load the page and then look at the 
"Net" tab in firebug. In that tab you can see the HTTP request and response 
headers. If the cookie is being sent you'll see it in the HTTP request and if 
the server is setting it you'll see it in the HTTP response.

Also be sure to ensure your cookie domain is valid for the web server you're 
connecting to, that's an issue we've encountered here before. 

That's where I'd start anyway.

> 
> Thanks
> 
> Pinate
> 
> 
> 
> --
> View this message in context: 
> http://apache-http-server.18135.x6.nabble.com/issue-with-Apache2-Cookie-tp50126
>  
> 94p5012746.html
> Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org 
> For additional commands, e-mail: users-h...@httpd.apache.org

 
--------------------------------------------------------------------------------
This information is directed in confidence solely to the person named above and 
may contain confidential and/or privileged material. This information may not 
otherwise be distributed, copied or disclosed. If you have received this e-mail 
in error, please notify the sender immediately via a return e-mail and destroy 
original message. Thank you for your cooperation.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to