We want to use a session in a spring backend container that serves multiple clients. The session must contain e.g. the user id. How can this be done?
We want to use a session in a spring backend container that serves multiple clients. The session must contain e.g. the user id. How can this be done?
What do you mean with a Spring backend container? What kind of objects do you want to contain? servlets? If you use servlets, you can use a HttpSession and this has nothing to do with Spring.
So... you need to tell more.
See http://forum.springframework.org/showthread.php?t=18341
And don't forget the samples and the reference documentation![]()
Last edited by robyn; May 14th, 2006 at 07:33 PM.
Costin Leau
SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
http://twitter.com/costinl
Please use [ c o d e ] [ / c o d e ] tags