using session information across different web applications

2001-02-26 Thread Nimmons, Buster
How can I use session information (Attributes) in one web application from another web application. I've noticed that the session IDs from one application to another are different and then I don't have the users information that I collected from the login/security application available to other ap

Re: using session information across different web applications

2001-02-26 Thread Nils Janson
Hi, Looks like you could use a bean in application scope and store the information there. /Nils >From: "Nimmons, Buster" Reply-To: A mailing list about Java Server Pages >specification and reference To: [EMAIL PROTECTED] Subject: using >session information across differe

Re: using session information across different web applications

2001-02-26 Thread Craig R. McClanahan
"Nimmons, Buster" wrote: > How can I use session information (Attributes) in one web application from > another web application. I've noticed that the session IDs from one > application to another are different and then I don't have the users > information > that I collected from the login/securi

Re: using session information across different web applications

2001-02-26 Thread Phil Swenson
what about sessions across webservers? Is this possible? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevan

Re: using session information across different web applications

2001-02-27 Thread zac
I urge you to refer to the book "Java Server Programming" by WROX Chapter 9 page 406. It doesn't really give a detailed account of how to implement sharing of session objects between different applications but it does give the idea of how. You can implement a serializable seesion object which can