> Hi all, > > I'm looking for a way to forward control from one webapp to another with > passing > some parameters.
I am not sure if you can have data sharing between different webapps managed by the servlet container, that is for someone else to answer. But you could have webappA store some values in a database. When you go from webappA to webAppB you could pass a hash(which you store in the database). When webappB gets this hash it can check to see if it is in the database, if it is then all is happy and webappB can proceed. Obviously you can store other info in the database beside the hash like the userId, etc. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>