Re: getting client's TimeZone and performace

2012-04-26 Thread Dan Retzlaff
That depends on how much you value the landing experience. There will be an
extra page rendering and redirect for each new session. I haven't noticed
this pattern from any big online retailers, for example, but it may make
sense for you.

On Thu, Apr 26, 2012 at 6:56 PM, infiniter  wrote:

> So, no risk of a poor user experience?
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/getting-client-s-TimeZone-and-performace-tp4590597p4591533.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: getting client's TimeZone and performace

2012-04-26 Thread infiniter
So, no risk of a poor user experience?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/getting-client-s-TimeZone-and-performace-tp4590597p4591533.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: getting client's TimeZone and performace

2012-04-26 Thread Martin Grigorov
Once per session

infiniter  wrote:

when setting getRequestCycleSettings().setGatherExtendedBrowserInfo(true), 
"it lets Wicket do a sneaky redirect to BrowserInfoPage (and back again)" to
get the extended browser info including the timezone from the client.

I wanted to know if that occurs on every request or just once per session
'cause I just need to get the client's timezone once for a particular
session.

Thanks!
Carlos


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/getting-client-s-TimeZone-and-performace-tp4590597p4590597.html
Sent from the Users forum mailing list archive at Nabble.com.

_

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



getting client's TimeZone and performace

2012-04-26 Thread infiniter
when setting getRequestCycleSettings().setGatherExtendedBrowserInfo(true), 
"it lets Wicket do a sneaky redirect to BrowserInfoPage (and back again)" to
get the extended browser info including the timezone from the client.

I wanted to know if that occurs on every request or just once per session
'cause I just need to get the client's timezone once for a particular
session.

Thanks!
Carlos


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/getting-client-s-TimeZone-and-performace-tp4590597p4590597.html
Sent from the Users forum mailing list archive at Nabble.com.

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