Re: [symfony-users] 1 server, 1 client host, 2 clients

2009-12-27 Thread Parijat Kalia
Why do you want Symfony to differentiate between them? Can you illustrate
this with an example?

On Sun, Dec 27, 2009 at 6:44 AM, Tennis Smith ten...@tripit.com wrote:

 Hi,

 How can symfony differentiate between 2 browsers talking to the same app
 from the same client host?

 --

 Tks,
 -T

  --
 You received this message because you are subscribed to the Google Groups
 symfony users group.
 To post to this group, send email to symfony-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en.


--

You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.




Re: [symfony-users] 1 server, 1 client host, 2 clients

2009-12-27 Thread Fahmi Adib
i think its not symfony problem, you can use http user agent to check it

thanks
fahmi

On Sun, Dec 27, 2009 at 8:14 AM, Tennis Smith ten...@tripit.com wrote:

 Hi,

 How can symfony differentiate between 2 browsers talking to the same app
 from the same client host?

 --

 Tks,
 -T

 --
 You received this message because you are subscribed to the Google Groups
 symfony users group.
 To post to this group, send email to symfony-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en.


--

You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.




Re: [symfony-users] 1 server, 1 client host, 2 clients

2009-12-27 Thread DEEPAK BHATIA
Hi,

You can use javascript to detect the browser on the client side and send
browser specific variable to the server to determine the browser type and
take related action.

Regards

Deepak

On Sun, Dec 27, 2009 at 7:03 AM, Fahmi Adib fahmi.au...@gmail.com wrote:

 i think its not symfony problem, you can use http user agent to check it

 thanks
 fahmi


 On Sun, Dec 27, 2009 at 8:14 AM, Tennis Smith ten...@tripit.com wrote:

 Hi,

 How can symfony differentiate between 2 browsers talking to the same app
 from the same client host?

 --

 Tks,
 -T

 --
 You received this message because you are subscribed to the Google Groups
 symfony users group.
 To post to this group, send email to symfony-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en.


   --
 You received this message because you are subscribed to the Google Groups
 symfony users group.
 To post to this group, send email to symfony-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en.


--

You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.




[symfony-users] 1 server, 1 client host, 2 clients

2009-12-26 Thread Tennis Smith
Hi,

How can symfony differentiate between 2 browsers talking to the same app
from the same client host?

-- 

Tks,
-T

--

You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.




Re: [symfony-users] 1 server, 1 client host, 2 clients

2009-12-26 Thread Eno
On Sat, 26 Dec 2009, Tennis Smith wrote:

 How can symfony differentiate between 2 browsers talking to the same app
 from the same client host?

Are they different browsers? If so, then each browser will have its own 
cookie and its own session associated with it.



-- 


--

You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.