473,378 Members | 1,422 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,378 software developers and data experts.

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 1254
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*********************@e56g2000cwe.googlegro ups.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*********************@i40g2000cwc.googlegro ups.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.public.dotnet.framework.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*********************@i40g2000cwc.googlegro ups.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.public.dotnet.framework.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*********************@i40g2000cwc.googlegro ups.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*@iinterchange.com> wrote in message
news:op.s8obyxd6kplv7o@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.public.dotnet.framework.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*********************@i40g2000cwc.googlegro ups.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
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...
2
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...
23
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...
116
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...
5
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...
0
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...
10
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...
6
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...
0
by: namrataa | last post by:
Cannot Open default database. Invalid login for \ -------------------------------------------------------------------------------- Hi, I have written services in WCF using C# and SQL Server...
4
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...
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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.