Jeremy,

A workaround is to make the session timeout way lower and add some keep
alive javascript to each page. For example as described by Eelco
(http://chillenious.wordpress.com/2007/06/19/how-to-create-a-text-area-with-a-heart-beat-with-wicket/).

Regards,
     Erik.


Jeremy Thomerson wrote:
> Yes - quite large.  I'm hoping someone has an idea to overcome this.  There
> were definitely not 4500+ unique users on the site at the time.
>
> There were two copies of the same app deployed on that server at the time -
> one was a staging environment, not being indexed, which is probably where
> the extra ten wicket sessions came from.
>
> Any ideas?
>
> Jeremy
>
>
> On 4/9/08, Johan Compagner <[EMAIL PROTECTED]> wrote:
>   
>> 4585 tomcat sessions?
>>
>> thats quite large if may say that..
>> and even more 10 wicket sessions that tomcat sessions
>> Do you have multiply apps deployed on that server?
>>
>> if a search engine doesnt send a cookie back then the urls should be
>> encoded with jsessionid
>> and we get the session from that..
>>
>> johan
>>
>>     

--
Erik van Oosten
http://day-to-day-stuff.blogspot.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to