java - Login across browsers? -


i have requirement. if user login application in 1 browser(ie) if user tries open same application in browser (ff) ff should not prompt credentials because has logged in , kept ie open.

is possible in java/html/jquery?

for possible, require different browsers share information (e.g. session id, cookie value).

since web storage introduced in html5 not shared across browsers, can't without assistance of browser plugins (note: java applet, require users approval share information other browsers e.g. via files).

the check ip of client, , @ server side tell if there logged in user same ip know ip can same many users behind proxy server example, solution not satisfactory could sufficient in limited cases e.g. if web application used local network (and ip uniqueness can guaranteed).


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -