Results 1 to 3 of 3

Thread: is session secure ?

  1. #1
    Join Date
    Nov 2012
    Posts
    5

    Default if I use my own session will Spring Security protect it ?

    hi every one
    I'm new in spring-security
    i can secure (authentication and authorization) with spring security
    the question is if i put some important data except(username,pass,...)in session after authentication in program is it
    secure ? or i should put this data in SecurityContextHolder? and how to set these information during program not in userDetails at start of program ?
    and if secure how spring do it?

    main question is "if I use my own session will Spring Security protect it?"
    regard
    sina
    Last edited by sinap; Nov 18th, 2012 at 02:13 AM. Reason: better title

  2. #2
    Join Date
    Nov 2012
    Posts
    5

    Default

    please answer my question I'm so confused

  3. #3
    Join Date
    Nov 2012
    Posts
    5

    Default

    i found some answers in this link http://forum.springsource.org/showth...storing-values

Tags for this Thread

Posting Permissions

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