-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alberto,

Please post to the list, rather than writing to me directly.

On 9/16/2009 1:19 PM, atroi...@infomedica.it wrote:
> i' am lookng for a way to resume Tomcat timed-out sessions after a re-logon.
> 
> So i found this interesting thread where you wrote:
> 
> "If you want users to be able to resume their sessions after a
>  session timeout, you need to provide enough information in the request
>  to either restore the session state or ..."
> 
> That is exactly what i am looking for.
> 
> Please may you explain me what information i have to provide in the
> request? Or (better) may you send me a sample code or an url where i can
> found more documentation about this?

This is a question that you will have to answer: what information is
absolutely necessary for you to resume a user interaction in-progress?
Whatever that is, you'll need to include that information in every
single link that a user can click on (or in every form they can submit).

There is no tutorial for how to do this, because it's dead simple: just
determine what information is required to continue (after a re-login)
and ensure that information is available to every request.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkqxSfgACgkQ9CaO5/Lv0PDZCACgldPOfYnvnbI38FtQzMKelkUG
dOcAn2bD3HjmpGxcLj2EH1YSPES2UzOF
=TmrC
-----END PGP SIGNATURE-----

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

Reply via email to