This might be possible if a field was marked with @Retain instead of
@Persist.  @Retain marks fields that are safe to share between
different users, things like computed DateFormats.  Interestingly,
I've never used @Retain in one of my applications.

Fields that store user-specific data that must span requests should
use @Persist.


On Mon, Oct 20, 2008 at 4:53 AM,  <[EMAIL PROTECTED]> wrote:
> I quote from a chat protocol with a developer:
>
> "Take for eg, if there are 10 users at present using our website, then first 
> user clicks  on 1st page, and 5th user clicks on 2nd page, and 3 rd person 
> clicks on 3 page and using it.
> And if the user 1 is clcked on 8 page at that time user 3 want to goto 
> another page say 5, then he also gets 8 instead of 5. As first user requested 
> that page. :( "
>
>
> -------- Original-Nachricht --------
>> Datum: Mon, 20 Oct 2008 13:32:16 +0200
>> Von: Tobias Wehrum <[EMAIL PROTECTED]>
>> An: Tapestry users <users@tapestry.apache.org>
>> Betreff: Re: "Session bleedings" in Tapestry5
>
>> Hello namesake,
>>
>> Since I've never heared about this too, I searched the Mailing List and
>> JIRA and didn't find any issue which you could've meant.
>> Where did you hear that?
>>
>> - Tobias
>>
>> [EMAIL PROTECTED] schrieb:
>> > I have heard there are some issues with "Session bleedings" in
>> Tapestry5.
>> >
>> > Will those issues be fixed by November?
>> >
>> > I would like to go live with a T5 application by November/December....
>> >
>> > Thanks!
>> >
>> > Tobias
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

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

Reply via email to