If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Session problem between two IE windows

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-03-04, 15:08
sillyman sillyman is offline
Registered User
 
Join Date: Dec 2004
Posts: 2
Question Session problem between two IE windows

Here is my problem:
In client side I open IE and I log into my website with username and password of one of my customers. While it is open, I open another IE window and Log into my website with another username and password.
After a while I am using just one of them, session in the other window will be expired. If I go back to that expired session window, after nevigating to profile page, it will show information of the other window.

So expired session window will get session information of another window.

Any help will be appreciated.
Reply With Quote
  #2 (permalink)  
Old 12-03-04, 15:34
lindentree lindentree is offline
Registered User
 
Join Date: Nov 2004
Posts: 22
Suggestions if you haven't tried already:

1) set your session.timeout = 5 or higher
2) before returning to your original window set the second session variable = ""
that is clear it.
Reply With Quote
  #3 (permalink)  
Old 12-06-04, 13:59
sillyman sillyman is offline
Registered User
 
Join Date: Dec 2004
Posts: 2
I did and nothing changed.

Again I opened two windows explorer(IE) and logged into the website with two different userid. After a while, The one that it's session was expired, got session information from another window which still had session active cause i was only working with that.

Please help,
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On