473,795 Members | 2,667 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

more than one login at a time from the same machine

Is it possible to allow users to do more than one instance of the web
application with different logins. our application uses session
extensively, which meens effectively the users should get different
sessions.

Thanks in advance.

Regards,
V.Balaji

Apr 27 '06 #1
8 1269
If the user opens your application from independently launched browser
instances, the instances should not share a session since the browser
instances won't be sharing their session cookies.
"Balaji" <va************ @gmail.com> wrote in message
news:11******** *************@e 56g2000cwe.goog legroups.com...
Is it possible to allow users to do more than one instance of the web
application with different logins. our application uses session
extensively, which meens effectively the users should get different
sessions.

Thanks in advance.

Regards,
V.Balaji

Apr 27 '06 #2
Thanks Calinoiu

I do agree with you, but we are launching the application from a base
page where there is a link and we open the application in a popup when
the user clicks the link. What do we do in this case.

Regards,
V.Balaji

Apr 27 '06 #3
If the application is opened from the same browser instance, the cookies
will be shared, so the sessions will be shared.
"Balaji" <va************ @gmail.com> wrote in message
news:11******** *************@i 40g2000cwc.goog legroups.com...
Thanks Calinoiu

I do agree with you, but we are launching the application from a base
page where there is a link and we open the application in a popup when
the user clicks the link. What do we do in this case.

Regards,
V.Balaji

Apr 27 '06 #4
Thanks Calinoiu

I knew about the problem what you are trying to explain, i need a way out.

Regards,
V.Balaji
On Thu, 27 Apr 2006 20:00:53 +0530, you wrote in
microsoft.publi c.dotnet.framew ork.aspnet:
If the application is opened from the same browser instance, the cookies
will be shared, so the sessions will be shared.
"Balaji" <va************ @gmail.com> wrote in message
news:11******** *************@i 40g2000cwc.goog legroups.com...
Thanks Calinoiu

I do agree with you, but we are launching the application from a base
page where there is a link and we open the application in a popup when
the user clicks the link. What do we do in this case.

Regards,
V.Balaji



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Apr 27 '06 #5
The way out is to instruct your users to start a new browser instance.
I knew about the problem what you are trying to explain, i need a way out.

Regards,
V.Balaji
On Thu, 27 Apr 2006 20:00:53 +0530, you wrote in
microsoft.publi c.dotnet.framew ork.aspnet:
If the application is opened from the same browser instance, the cookies
will be shared, so the sessions will be shared.
"Balaji" <va************ @gmail.com> wrote in message
news:11******** *************@i 40g2000cwc.goog legroups.com...
Thanks Calinoiu

I do agree with you, but we are launching the application from a base
page where there is a link and we open the application in a popup when
the user clicks the link. What do we do in this case.

Regards,
V.Balaji



--Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Apr 28 '06 #6
Balaji wrote:
Thanks Calinoiu

I knew about the problem what you are trying to explain, i need a way out.

Regards,
V.Balaji

Cookieless sessions!

If the page you are launching from is within the web application (and
so already has a session id in the url) then launching the new page
with an absolute URL (e.g.
http://your.domain.tld/Application/Page.aspx) should, I believe,
generate a new session id.

If the page you're launching from isn't within the web application,
then relative URLs should work as well.

Damien

Apr 28 '06 #7
Balaji wrote:
Thanks Calinoiu

I knew about the problem what you are trying to explain, i need a way out.

Regards,
V.Balaji

Cookieless sessions!

If the page you are launching from is within the web application (and
so already has a session id in the url) then launching the new page
with an absolute URL (e.g.
http://your.domain.tld/Application/Page.aspx) should, I believe,
generate a new session id.

If the page you're launching from isn't within the web application,
then relative URLs should work as well.

Damien

Apr 28 '06 #8
If cookieless sessions aren't an option, there are a few other possible
approaches:

1. Use different host names (e.g.: machine name and IP address) when
opening the separate instances, or
2. Use a custom session module that allows you to control how session
cookies are named, or
3. (ASP.NET 2.0 only) Create more than one instance of your application,
with each one using a different session cookie name.

"Balaji" <vb*@iinterchan ge.com> wrote in message
news:op.s8obyxd 6kplv7o@iic30.. .
Thanks Calinoiu

I knew about the problem what you are trying to explain, i need a way out.

Regards,
V.Balaji
On Thu, 27 Apr 2006 20:00:53 +0530, you wrote in
microsoft.publi c.dotnet.framew ork.aspnet:
If the application is opened from the same browser instance, the cookies
will be shared, so the sessions will be shared.
"Balaji" <va************ @gmail.com> wrote in message
news:11******** *************@i 40g2000cwc.goog legroups.com...
Thanks Calinoiu

I do agree with you, but we are launching the application from a base
page where there is a link and we open the application in a popup when
the user clicks the link. What do we do in this case.

Regards,
V.Balaji



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Apr 28 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1985
by: | last post by:
My questions concerns building a login system based on checking for the existence of the user's email address only.... 1. Is it ok for me to use IP address to allow user to bypass all login and registration systems if IP is present in database? I wish to save the user time....if the IP is not present I will present the LOGIN email screen.... 2. I am consideirng using Session variable on each page I wanted I protected...I think I know...
2
10004
by: Charles | last post by:
I was able to do this but for no reason I can think of, now I cannot login to my Oracle Management Server. When Oracle Enterprise Manager starts up and I choose to login to OMS, it throws up a java error java.lang.NullPointerException. I can login to standalone database instances just fine. My PC is running Window XP My server info: Oracle 9.2.0.4
23
9214
by: cerilocke | last post by:
I have an identical SQL database on two machines (my machine and a web server) that links to a database on a third server (S3). When I execute a stored procedure on my machine that accesses a database on S3, it always runs without a problem. However, when I run the same stored procedure on the webserver (via Query Analyzer on my machine, connected to the webserver), the stored procedure runs without a problem for about ten minutes, and...
116
7557
by: Mike MacSween | last post by:
S**t for brains strikes again! Why did I do that? When I met the clients and at some point they vaguely asked whether eventually would it be possible to have some people who could read the data and some who couldn't but that it wasn't important right now. And I said, 'sure, we can do that later'. So now I've developed an app without any thought to security and am trying to apply it afterwards. Doh!, doh! and triple doh!
5
1774
by: Kenneth Keeley | last post by:
Hi, I have a web app that has forms authentication and I can login to the page the first time I go there but it never times me out if I come back in 24 hours a hit the refresh key the page loads and I am still logged in. My session details are gone but I am still logged. These are the settings I am using are they right or do I need to change them? <system.web> <authentication mode="Forms">
0
1955
by: ShailShin | last post by:
Hi All, Developing an VB App for Login and logout tracking. In App Form there are two buttons login and logout. When user click on login the loginName, LoginTime and LoginDate get stored in .MDB file. Same with the logout but i need that logout time should get stored in the row where login details get stored and "LoginTime - LogoutTime = Total Time" calulates and stored in last field name TotalTime. Also how to check whether user...
10
1388
by: Jeff | last post by:
Hey gang. I know this is probably an easy solution, but I don't remember how to do it. I have this code; <% If rstActiveUsers.RecordCount 0 Then rstActiveUsers.MoveFirst Do While Not rstActiveUsers.EOF var_user1 = session("username") %>
6
3240
by: Kat | last post by:
Every time I attempt to run a localhost website, it asks me for a login, as if I am not a user on the local machine. I am a user on the local machine, I am an admin on the local machine. I am not on a network. I have windows xp professional installed, iis is installed and until recently everything worked fine. I am using windows authentication, and have changed everything I can think of to full control, even the Everyone, the vs...
0
1087
by: namrataa | last post by:
Cannot Open default database. Invalid login for \ -------------------------------------------------------------------------------- Hi, I have written services in WCF using C# and SQL Server 2005 which comes inbuilt with VS2008 and hosted using IIS. the service is to check for valid user and register new user. The problem is that the application works properly. But when I want to check the database in the server explorer I get error...
4
3789
by: Brett | last post by:
I have an ASP.NET 2.0 application that uses Forms Authentication. The startup page contains just a login control, and the site works well on an IIS 6 web server. I am now setting the site up on the production web server, which runs Windows 2008 Server and IIS 7. The login page comes up, but when I try to log in, I get the error, "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection." For debugging...
0
9519
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,...
1
10163
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7538
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6780
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
5436
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
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
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
3722
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2920
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.