Results 1 to 3 of 3

Thread: How to use Sessions in Client/Server architecture

  1. #1
    Join Date
    Sep 2005
    Posts
    2

    Default How to use Sessions in Client/Server architecture

    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?

  2. #2
    Join Date
    Nov 2004
    Location
    Hilversum - The Netherlands
    Posts
    1,054

    Default

    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.

  3. #3
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    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

Similar Threads

  1. Replies: 2
    Last Post: Jun 24th, 2005, 04:34 AM
  2. Replies: 4
    Last Post: May 11th, 2005, 02:55 AM
  3. Replies: 0
    Last Post: Mar 23rd, 2005, 06:09 AM
  4. Replies: 8
    Last Post: Jan 22nd, 2005, 04:31 AM
  5. Replies: 1
    Last Post: Nov 17th, 2004, 03:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •