I need a way of telling that a given user has logged in, but because my Login page is secured, and other pages are not, I cannot persist this information on the session because secure and non secure pages dont share the same session. Because of this, when passing variables from a secure page to a non secure page, the variables are lost when rendering the non secure page, even though I use the Persist annotation.
Is there a solution for this problem without using client persistence? -- View this message in context: http://www.nabble.com/How-to-pass-persisted-data-between-secure-and-non-secure-pages--tp25005717p25005717.html Sent from the Tapestry - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
