• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Flex Session Maintanace Issue

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic