473,322 Members | 1,188 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

login to multiple applications

Hi,

I have develop a web application using java and jsp. In my web application, there are links to several other web applications. I aim to achieve the "backend login" of the applications that are being linked in my current web application. That is to say, when users login to my web application using my webapplication login form, i will auto login them to the other web applications such that when users click on the link in my web application, they do not need to login to those apps as they are already logged on when they use my initial login form.

Thanks a lot in advance
Jan 24 '07 #1
3 1996
r035198x
13,262 8TB
Hi,

I have develop a web application using java and jsp. In my web application, there are links to several other web applications. I aim to achieve the "backend login" of the applications that are being linked in my current web application. That is to say, when users login to my web application using my webapplication login form, i will auto login them to the other web applications such that when users click on the link in my web application, they do not need to login to those apps as they are already logged on when they use my initial login form.

Thanks a lot in advance
Google session management.
Jan 24 '07 #2
Google session management.
Erm..sorry..not too clear on that. Is there any java solutions instead?

Thanks
Jan 24 '07 #3
r035198x
13,262 8TB
Erm..sorry..not too clear on that. Is there any java solutions instead?

Thanks
Session management can be done in JSPs. Each time the user logs in on one page, you create a session and store the user's the data. You then display information based on that user's session. When the user logs out you destroy that session. You really need to read about it from a text because it won't be possible to explain everything about it in one post.
Jan 24 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: James X. Li | last post by:
Is there a way to implement multiple login forms for ASP.NET applications? With our application we want to implement simple login form for normal resources (downloadable files), but more rigorous...
1
by: Pronojit Roy | last post by:
Hi Xperts, I have multiple Web Sites in different Live Servers. I want to login any of the sites, and then I will access all the other sites without giving any more login information (i.e I want...
1
by: ngodugu | last post by:
Hi All, Is there any way to use a common login page across multiple web applications? I have tried couple of things that were suggested on MSDN but they did not work. ...
3
by: Brian F | last post by:
Ok here goes: WEBSITE main directory allows anonymous users fine. SITEA, SITEB, and SITEC are all subdirectories under WEBSITE that refer to graphics and javascript in the main virtual...
2
by: NG | last post by:
Hi All I am making a suite of independent web applications on a single IIS server / multiple IIS servers. However, I want the user to login (using an independent login web application on any...
14
by: clintonG | last post by:
This is an appeal for peer support sent to Microsoft as will be noted in closing. The Login control does not include a Cancel button. The only option is to convert the Login control to a...
18
by: Gleep | last post by:
I've searched google intensely on this topic and it seems noone really knows how to approch this. The goal I don't want clients to give out their usernames and passwords to friends, since the site...
3
by: dev648237923 | last post by:
We have an asp.net web application that uses Forms Authentication. We need to launch a second application from links in this app. We don't want the user to have to also login to this second app. Is...
22
by: klenwell | last post by:
I'm in the process of refactoring the php code base I've amassed over the last few years into an object-oriented framework. I'm about to start in on the authentication/login extension and I've...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.