Hi,
sorry if this was posted earlier, i tried searching but didnt know exactly what to type,since there are 100's of posts on
servlet comm.
i have three seperate web applications (each with its individual webcontent,web.xml etc) basically they are independent applications. Currently all the HTML files communicate with servlets within the application only(there is no cross application interaction). Now i have to implement a login module for all of these, so that if a user does a login in one application he should be considered logged in in the other two applications also. How do i implement this?
is there a way apart from using cookies. maybe have the servlets communicate directly.
Can i implement the login part as a separate web application?
please suggest me ideas. thanks in advance.