blazeds « Session « Java Enterprise Q&A





1. How to control the session timeout is 30 sec in the BlazeDS?    stackoverflow.com

dear friends, I didn't find how to set the session timeout less than 1 min in BlazeDS, web.xml 's timeout at least 1 min , how can I set the time ...

2. best practice - keep alive session in flex    stackoverflow.com

Does anyone know a standard way to keep alive the http session as long user has open the flex app in the browser? I played around with the polling mechanism of blazeds. ...

3. How to get a channelSet to be authorized when a session already exists without calling login    stackoverflow.com

In my Flex application, channelSet is reset on each browser refresh. If you've authenticated and refresh the page and check channelSet.authenticated, it says false, but your remoteObject calls will still work ...

4. Connecting non-flex client to server running blazeDS    stackoverflow.com

I have Flex/AIR app that connects to a tomcat server via BlazeDS. I'm not finding that I have to integrate an old webapp (struts/jsp) and I'd like to keep that ...

5. New Flex Session for every AMF call in blazeDS    stackoverflow.com

i'm trying to login and logout users within the tomcat/blazeDS environment. I wrote a custom Java Login Proxy to handle the login which works. As i tried to logout user i.e. ...

6. How to manage sessions in Flex BlazeDS?    stackoverflow.com

When I am using a session using FlexContext in BlazeDS it is working for one user alone. It is not handled for multiple users. How can I set it to store multiple ...

7. How to manage session in flex BlazeDS?    stackoverflow.com

Possible Duplicate:
How to manage session in flex BlazeDS???
When I am using sessin using flexContext in blazeDs it is working for one user alone. It ...

8. Session Handling - Flex BlazeDS Java    stackoverflow.com

Am facing issue with session timeout. Say for instance, the user logs into the application and he waits for 30 mins (session timeout time) and then tries to get a service ...

9. BlazeDS Maintenance Window: Invalidate All Active Sessions    stackoverflow.com

How to invalidate all active sessions in BlazeDS during maintenance window? When the system administrator wants to perform maintenance tasks, we will display a warning message to all the users of the flex application ...





10. Reusing the client session extraction logic    stackoverflow.com

I want to be able to reuse my existing controller logic regardless of whether a request has been sent from a Flex client (using BlazeDS + Spring at the backend), or ...

11. Duplicate Flex sessions caused my multiple requests with different JSESSIONIDs    stackoverflow.com

I think I inherited bad code, here's the deal: In my command, I create a local var for the remote object and then call a method on it. In the result, ...

12. Duplicate Flex Sessions With Cross-Domain Requests    stackoverflow.com

When I make a request locally, I have no problems at all maintaining my FlexSession; however, when I make a request from another computer, it creates duplicate FlexSession for every request. ...

13. blazeds how to understand if the session is timed out    stackoverflow.com

Hi my aim is to catch when the session is invalidated and send message to all destination that the FlexClient subscribed that the client wiht id .... has disconnected. I implemented a ...