Results 1 to 3 of 3

Thread: session issues in spring

  1. #1

    Default session issues in spring

    Hi,

    I am using spring sessions(request.getsession()) and maintaing session attributes.

    These session attributes are working sometimes and sometimes not.
    For ex, on chrome it works in one laptop and it doesn't in other laptop.



    I would like to know better way of maintaining session attributes.

    Thank you,
    Prithvi.

  2. #2
    Join Date
    Mar 2008
    Posts
    20

    Default

    "on chrome" do you mean browser?

    also there are no better ways of maintaining session attributes, its just that all the you put in session should be serializable, if something is not serializable.. its prone to getting lost incase of session data.

  3. #3

    Default

    Thank you for your response.

    Yes, I mean browser.


    Can you give me some pointers how to serialize session attributes

Posting Permissions

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