Actually they don't, its a non-java based framework.

But Christoper i would still be interested in knowing the approach you took,
sounds like an interesting deal to me, now when u say wrap the servlet's
container's framework, what extended functionality did you provide in that
case in your wrapper, since the container itself provides everything as far
as session tracking is concerned, used your sessionId generation mechanism ?
or yet implemented your own mean of storing the session in the db for
example in contrast to in memory hashtable ? what was so unique about that
wrapper and how did it help inter-op..

Thanks


Christopher Schultz-2 wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Farhan,
> 
> mfs wrote:
> | Actually we have our own session tracking framework, and now
> | that i am making a seperate servlet based application, i have come to
> need
> | to support interoperability between Servlet HttpSession and the sessions
> | maintained by our session-tracking framework.
> 
> Does your current session-tracking framework use HttpServletRequest
> objects to help identify the request? If so, you could re-factor your
> session framework to wrap the container's framework.
> 
> I did this years ago for a company that wrote their own session
> framework. The container-managed one is really the way to go, here.
> 
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iEYEARECAAYFAkgHU4EACgkQ9CaO5/Lv0PAEdQCcCSIq8l6OTa3jPfTwJkE/5DVI
> VQsAoLvjyhc6YdksBV4NnmzPKAE6i39W
> =jKz0
> -----END PGP SIGNATURE-----
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/jsessionId---is-there-a-way-to-generate-set-in-the-container-tp16738580p16751962.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to