Session

J2EE doesn't not allow the share of sessions across different web application. Is there a way i could make it so it allows share of sessions?so my web application would share sessions with one of my servlet? or is there an alternative way to get around this? thank you
[283 byte] By [Mike1988a] at [2007-11-26 18:55:41]
# 1
Making multiple request won't help you getting an answer to your problem quickly...MeTitus
Me_Titusa at 2007-7-9 20:34:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
You can pass you own session id and store the information in the database using this session id as a primary key. Search for pseudo sessions on the O'Rielly web site for more information
tolmanka at 2007-7-9 20:34:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...