Hi

Havent found any close links in google so my last resort would be here..

Has anyone tried autologin using j_security_check?

This is the scenario. I wish to pop open a window with the login page.
However I want to autologin the account opening the window. I used
response.sendRedirect('https://pcname/bla/login.jsp?username=book&passwo
rd=book');

However the result is https://pcname/bla/j_security_check . It doesn't
seem to go to index.

If I load the popped up window with the url https://pcname/bla/ and then
load the url with
https://pcname/bla/login.jsp?username=book&password=book in the address
bar, it will autologin when that page is loaded.

Anyone got ideas on any workaround for this? thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to