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

Maintaining Multiple Sessions

Hi , please help me in this
I have created a login page which creates a ticket. and im
getting my inbox page of my project . ( just for the info. )

The problem is that when i have a page in the browser and when i do
ctrl + N it opens a New Window..
Now in this new window when in trying to loggin with different user my
parent browser when refreshed gets new login which i have just logged
in

Im unable to maintain multiple session's please help me in this.

Thanks for the reply

Regards

Dec 29 '05 #1
4 1901
OK try'd this also even yahoomail.com behaves in the smilar manner .
Im able to login with tow different users in two different browser but
not in
the instance in the same browser, because instance and the parent
object maintain the same session..

If there is some different suggession regarding this please do comment
on this
Thanks

Dec 29 '05 #2
Try using cookieless="true" in the web.config file
(Just a guess)

"jack" wrote:
OK try'd this also even yahoomail.com behaves in the smilar manner .
Im able to login with tow different users in two different browser but
not in
the instance in the same browser, because instance and the parent
object maintain the same session..

If there is some different suggession regarding this please do comment
on this
Thanks

Dec 29 '05 #3
This is how browsers work.

If you don't like this behavior, you will have to roll your own session
state. Meaning, have some sort of token, that you always send to the server,
and look up user information using that token. Then you can make sure that
each time there is a login, a new token is issued.

"jack" <ga**********@gmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
Hi , please help me in this
I have created a login page which creates a ticket. and im
getting my inbox page of my project . ( just for the info. )

The problem is that when i have a page in the browser and when i do
ctrl + N it opens a New Window..
Now in this new window when in trying to loggin with different user my
parent browser when refreshed gets new login which i have just logged
in

Im unable to maintain multiple session's please help me in this.

Thanks for the reply

Regards

Dec 29 '05 #4
thanks ill try both the ways

Jan 2 '06 #5

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

Similar topics

13
by: jing_li | last post by:
Hi, you all, I am a newbee for php and I need your help. One of my coworker and I are both developing a webpage for our project using php. We have a copy of the same files in different location...
5
by: leegold2 | last post by:
Probably a newbie question about "state": My problem is I have a search form, so user enters a keyword <enter>, then this form posts to another page were the result are displayed. But this...
4
by: john | last post by:
How do u guys handle multiple sessions?? i.e, opening different browser windows by running iexplore.exe or clicking IE icons and opening the application. My sessions are mixing up. what i mean is...
11
by: Ohaya | last post by:
Hi, I'm trying to understand a situation where ASP seems to be "blocking" of "queuing" requests. This is on a Win2K Advanced Server, with IIS5. I've seen some posts (e.g.,...
4
by: lost hope | last post by:
hey guys, on the main page of my site, i have a login area (user/pass text boxes). when the user submits the form, the page is reloaded with with a global php variable "loggedIn" set to true. i...
1
by: Rob | last post by:
I have an ASP.NET application that uses forms-based authentication. A user wishes to be able to run multiple sessions of this application simultaneously from the user's client machine. The...
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: Ben Holness | last post by:
Hi all, I have a php/mysql website where people can upload their own graphics for the buttons and background of pages on the website. This used to run on one server, but I have now been asked...
2
by: aswin.paranji | last post by:
Hi All, Currently I'm working on a migration project from asp to asp.net. I use a tool asp2aspx to migrate the asp pages. the problem is when i migrate to asp.net 2.0 i'm getting lots of...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.