View Single Post
  #3 (permalink)  
Old 01-16-2009, 12:28 AM
dl_yo dl_yo is offline
New Member
 
Posts: 4
Default

I have hardcoded a valid alfresco username and password in order to make a valid session and print the values in the dialog window

Code:
                // Start the session
                // AuthenticationUtils.startSession(user,password);
                AuthenticationUtils.startSession("test1","test123#");

                out.println("User: " + user + " End User <br>" );
                out.println(" Pass: " + password + " aConv: " + aConv +"<br>" );

                out.println( CHAINES[lang][CHOOSE_FOLDER] + "<br>");
Reply With Quote