We have a web page of a J2EEEEEEEE, in which the user is in the sign-in application. There is a flash widget in which the server needs to call services, using the session created by the user. The web page passes jsessionid in the Flash widget, so that flash can be used to pass authentication.
However, due to security bottlenecks, Flash Player prevents this operation, refuses to flash from sending cookies.
Is there any way of flash access protection services?
I do not know the flash but you want your app / server to encode the session in the URL instead should be able. Using cookies is a bit messy but it works.
Comments
Post a Comment