Session Management on BlazeDS
Hi everybody
I have got a problem about session management on blazeds.
First of all I read all the stuff about HttpSession and HttpClient on BlazeDs guide.
However I can not still figure out what is going wrong about my project.
I am using Flex Session
FlexSession session = FlexContext.getFlexSession();
After creating session Whenever I close my browser (Chrome, IE , Firefox). The session automatically expires.
And then when ever I reopen my browser I get another Session ID
FlexSession created: C84C55BDD97BE6B1252AE752D6901C27
I can log this new Session id from SessionListener.
Awkwardly this happens when I close whole tabs (The browser program at all). In contrast When I open a few tab and then close one of them, because of my setting on serverside Session does not expires as expected.
Could you help me why I couldnt get the same session after reopen browser.
By the way I also couldn't get below log when closing browser
FlexSession expired: C84C55BDD97BE6B1252AE752D6901C27
I didnt change any js code in the html page.
Thank you very much
