Re: T5: How to logout or kill the Session

2007-06-06 Thread Massimo Lusetti
On 5/18/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: Please add an issue to JIRA. We should extend the Reuest and/or Session API to include a method for resetting the Session. With T5's structure, we have a natural place to invalidate the HttpSession after sending the client redirect. Doe

Re: T5: How to logout or kill the Session

2007-05-27 Thread Marcus
http://tapestry.apache.org/tapestry5/tapestry-core/guide/persist.html

Re: T5: How to logout or kill the Session

2007-05-27 Thread Marcus
maybe this help: flash strategy - "Values are stored into the session, but then deleted from the session as they are first used to restore a page's state." or this default values - "This value is retained and used to reset the value of the field at the end of each request, before the page is re

Re: T5: How to logout or kill the Session

2007-05-18 Thread Howard Lewis Ship
Please add an issue to JIRA. We should extend the Reuest and/or Session API to include a method for resetting the Session. With T5's structure, we have a natural place to invalidate the HttpSession after sending the client redirect. On 5/18/07, Marcus <[EMAIL PROTECTED]> wrote: Hi, In T4, I f

Re: T5: How to logout or kill the Session

2007-05-18 Thread Marcus
Hi, In T4, I feel certain you know, we're using: Logout but in T5, sorry. Thank's Marcus

Re: T5: How to logout or kill the Session

2007-05-18 Thread Sabine K.
Hi, the ASO are not the problem, the @Persist variables are a problem. To the pdf: i open the page which generates the pdf by " Or klick here to get a pdf. " in a new window. Did u mean that? Marcus-11 wrote: > > HI Sabine, > > Maybe this help: > > "Assigning null to an ASO field will remov

Re: T5: How to logout or kill the Session

2007-05-16 Thread Marcus
HI Sabine, Maybe this help: "Assigning null to an ASO field will remove the ASO (reading the field subsequently will force a new ASO instance to be created)." http://tapestry.apache.org/tapestry5/tapestry-core/guide/appstate.html By the way, you post a message about open PDF, do you know how