Hi all,
I am conneting flex with
Java using blazeDs.I am using spring framework.Can any one suggest how to maintain session in blazeDs.
I am using flexSession.getId() to get the current session Id.I implemented FlexSessionListener interface so that i can use the two methods sessionCreated and sessionDestroyed methods to clean and create certain resources. But I found it is session is maintained browser base.when the browser is closed ,the session is maintained..Even if I open from mozilla and explorer from same computer.I am having different session Id. Can any one suggest how to tackle this situation.
Thanks in Advance