04-09-2012 09:56 AM
Hi,
We are using nuxeo-dm-5.3.1(jboss). With the use of Java and Flex technologies we create ear and war file and then put it into nuxeo. After starting server application is working fine.
I have problem with two different nuxeo login pages
Once i enter localhost:8080 in browser----login page will open, authentication is processing and then its working fine(this is our UI, it will intract with nuxeo).
Otherwise if i enter localhost:8080/nuxeo in browser----login.jsp page will open, authentication processing and then its working fine.
Its working fine separately.
But i login via localhost:8080 in browser, in another tab if i open localhost:8080/nuxeo means it didn't show login.jsp page and didn't ask username and password. directly login with which user logged in localhost:8080 page.
It should not happen. localhost:8080/nuxeo also should ask username and password if i logged in via localhost:8080. How should i maintain this logic?
Please help me...
Thanks
04-10-2012 02:22 PM
Maybe look the path of the JSessionID cookie generated by the server will do the work. Maybe you have to limit by context path /nuxeo and /yourapplication.
07-03-2012 11:04 AM
This has nothing to do with Nuxeo: Firefox shares sessions between tabs.
/>
If you log in http://localhost:8080/nuxeo/login.jsp in a second tab, you may be able to log in with a different user but going back to the first tab (where you were previously logged in), you will loose the first session and use the second one.
See Mozilla bug 117222 - (sessionperwindow) Limit Scope of Session Cookies (new tabs and windows).
There are some workarounds:
firefox -no-remote -P
)chrome /incognito
)Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.