Re: [PHP] NAT Traversal

2007-07-05 Thread Fahad Pervaiz
5, 2007 04:38:35 PM +0500 > From: Fahad Pervaiz <[EMAIL PROTECTED]> > To: Stut <[EMAIL PROTECTED]> > Cc: php-general@lists.php.net > Subject: Re: [PHP] NAT Traversal > > What i am trying to do is that, > > i have an ecommerce shopping cart application developed and dep

Re: [PHP] NAT Traversal

2007-07-05 Thread Stut
Fahad Pervaiz wrote: What i am trying to do is that, i have an ecommerce shopping cart application developed and deployed on many servers. Now i want to put support for the clients having cookies disabled. There are two options to do it. 1. Pass session id in the url ($_GET) array (encrypt

Re: [PHP] NAT Traversal

2007-07-05 Thread Fahad Pervaiz
What i am trying to do is that, i have an ecommerce shopping cart application developed and deployed on many servers. Now i want to put support for the clients having cookies disabled. There are two options to do it. 1. Pass session id in the url ($_GET) array (encrypted or unencrypted) 2. Store

Re: [PHP] NAT Traversal

2007-07-05 Thread Stut
Please include the list when replying. Fahad Pervaiz wrote: Thanks for the reply!!! I need to get the internal IP of the client. Is it possible to get it via javascript?? I have tried to search some scripts but found nothing useful. No, you can't. Javascript runs in a sandbox that limits w

Re: [PHP] NAT Traversal

2007-07-05 Thread Stut
Fahad Pervaiz wrote: Hello, I want to get the actual IP of a client behind NAT or a Firewall. Is there anyway to traverse NAT to get the actuall/real IP of the client to check weather its reachable directly or not. OR Is there anyother way to do that. Plz suggest No, you can't. And even if yo