Hi All, I am facing issue with the bookmark feature of Flex.
I have implemented the bookmark feature and it is working if user already logged in to the application and after that if user hits the bookmarked url then it is redirecting to correct page of the application. Issue: We are using container level authentication method. When user has validated by the container then it redirected to the application. When user is not logged in to application and hit the bookmarked url. First it will load the login window of container. And user entered the credential and hit login button then it will validated thur the container and redirected to application. but this time URL gets trucated and all the params after the '#' were not passed to the application. Example : Bookmark URL: www.testApp.com/TestApp#user=xyz&id=123 After the login URL will be : www.testApp.com/TestApp# So, We are not getting paramters to application and bookmark feature is not working. Please help me on this. Thanks, Sonali -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/flex_india?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

