Search:

Type: Posts; User: sumitimes; Keyword(s):

Search: Search took 0.01 seconds.

  1. rest invoke using url, & causing issue for getting the parameter

    I have a controller mapping as below


    @RequestMapping(value = { "/search"}, method = RequestMethod.GET)
    public @ResponseBody
    Object search(@PathVariable("query") String query,
    ...
  2. Replies
    9
    Views
    1,278

    session - holds the state of my application...

    session - holds the state of my application
    spring - is Migrating the session
    state - should automatically get migrated with the session

    I think it is implied in the description itself...
  3. Replies
    9
    Views
    1,278

    Hi Skram, Thanks for the reply, I am working...

    Hi Skram,

    Thanks for the reply, I am working on a shopping cart application, so i expected the shopping cart which is already in session will be replicated (the existing session state).

    Please...
  4. Replies
    9
    Views
    1,278

    Skram, The session is getting created but it...

    Skram,

    The session is getting created but it is "not copying the existing session attributes to the new session "

    Yes i have added that filter config in my web.xml

    regards
    sumit
  5. Replies
    9
    Views
    1,278

    Session Fixatation not migrating session

    Hi,

    Below is my settings.

    <session-management session-fixation-protection="migrateSession">
    <concurrency-control max-sessions="1" />
    </session-management>

    Other...
Results 1 to 5 of 5