Hi, we have a web application which is integrated with Laserfiche and we launch WebAccess (version 10.1.2.286) to view documents by posting to ProcessLogin. ProcessLogin does not authenticate on first attempt and redirects to WebAccess login screen. If user authenticates on WebAccess Login screen and don't close the browser or in other word don't close the browser session. ProcessLogin will work for the rest of time even with different users without asking to re-authenticate.
For convenience, I have attached a simple HTML file (took from WebAccess help files). It simply asks (Laserfiche Repository, Username & Password) and posts to WebAccess ProcessLogin. You will have to change TocId in the file which exists in your repository. Now try to follow what I'm facing.
- Launch HTML and fill three text boxes as per your environment. Press Login button.
- It will launch WebAccess and redirects to Login screen.
- Re-Enter username & password on WebAcess login screen and press login.
- It will login and take you to the folder browser (not to the document viewer as mentioned in destination URL!).
- Press browser's back button twice to reach back to the HTML page. (do not close browser)
- Fill again three text boxes and press login button.
- It will launch WebAccess and successfully auto login to open document viewer right away.
- Press browser's back button once to reach back to the HTML page.
- Fill again three text boxes with different user and press login button.
- It will launch WebAccess and successfully login to open document viewer right away.
Next if you close the browser and try again. WebAccess Login screen will appear on first time and will work rest of the time if re-authenticate (on first time) & don't close the browser.
You may find a bit different behavior but definitely there is a problem. We have customers using WebAccess 9 and processlogin is working perfectly. We can't upgrade them because of this auto-login issue in WebAccess 10. Will appreciate if someone finds a solution. Or We have to open a Laserfiche case .
Using Windows Internet Explorer 11 latest on Windows 7 Ultimate single machine environment.