473,661 Members | 2,506 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

login to multiple applications

2 New Member
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 2029
r035198x
13,262 MVP
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
cucubird
2 New Member
Google session management.
Erm..sorry..not too clear on that. Is there any java solutions instead?

Thanks
Jan 24 '07 #3
r035198x
13,262 MVP
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
4658
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 login forms for tasks like administration and configuration. The current ASP.NET seems only to allow to a single login form via the authentication element in web.config in the root directory. One work-around for our problem is implementing a...
1
1350
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 to maintain the session state in all the web servers).Web Sites are developed in ASP.Net using C#.Net. I have configured my Web.Config with the Following details : <sessionState mode="SQLServer"
1
2529
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. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconformsauthenticationacrossapplications.asp This technique falters when the second web application is looking for a
3
3786
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 directory. So we have the following structure. /WEBSITE /WEBSITE/images /WEBSITE/js /WEBSITE/SITEA/.....
2
1166
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 one of the IIS servers). After the user logs in, I want that his login session to be retained even if he switches between different web applications on this or different IIS Server. Each user will have different access levels for different...
14
2620
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 template which is not such a bad thing in itself but it means all other controls in the application must also be converted to templates to maintain a consistent UI. So much for writing 70% less code when foolish morons release a control with no cancel...
18
3384
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 relies on subscrption fees. Sessions ID's are matched between the browser and the server. So a users can login with same username and password and those sessions are tracked individually. Some suggest create table fields with the session ID...
3
6499
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 there a way to let the second app know that we are authenticated on the first app. I thought about just using the http_referrer and saying the second app can not launch anywhere except from the links on the first app but its too easily spoofed....
22
17916
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 been thinking about different approaches to the mysql table schema that stores basic user login information. At present, user authentication is keyed to a table with the following columns: TABLE: basic_user uid - int handle - varchar *
0
8343
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8762
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8633
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5653
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4179
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4347
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2762
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1992
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1747
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.