Click here to Skip to main content
15,896,915 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
led mike13-Mar-08 10:26
led mike13-Mar-08 10:26 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
Mark J. Miller13-Mar-08 11:12
Mark J. Miller13-Mar-08 11:12 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
led mike13-Mar-08 12:05
led mike13-Mar-08 12:05 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
Mark J. Miller14-Mar-08 5:21
Mark J. Miller14-Mar-08 5:21 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
led mike14-Mar-08 6:27
led mike14-Mar-08 6:27 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
Mark J. Miller14-Mar-08 6:29
Mark J. Miller14-Mar-08 6:29 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
led mike14-Mar-08 5:08
led mike14-Mar-08 5:08 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
Mark J. Miller14-Mar-08 5:42
Mark J. Miller14-Mar-08 5:42 
I had not see the specific page, but I am aware of cookieless sessions. But first, the original poster expressed a valid concern that cookieless sessions can easily be hijacked. There is a link in on the page you referenced which talks specifically about session hijacking and the solution requires cookies.

Secondly, cookieless sessions still don't solve the problem in the subject of the post. If a user opens a new browser window using CTRL+N, the browser menu or the shortcut menu (or the corresponding tab commands) the url will contain the same session id and you have the exact same problem.

If users always used the quick launch toolbar, the start menu (or whatever the linux or mac commands are) then cookieless sessions would be a good solution in this case. But you can't be sure they will and in fact most users will not because it's quicker to use the browser commands instead of opening a new browser which opens to the user's home page instead of your site.

My solution takes all of this into account. Because you can't control the number of browsers a user will use to navigate your site/application you can't control the url in each of those browsers. So again, while I agree with your premise that many applications should not be on the web, I maintain that the original post is a valid problem on the web and in some cases requires a solution like the one I am proposing.


GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
led mike14-Mar-08 6:34
led mike14-Mar-08 6:34 
GeneralRe: Session ID being shared across multiple tabs in IE 7, Firefox Pin
Mark J. Miller14-Mar-08 6:44
Mark J. Miller14-Mar-08 6:44 
GeneralWeb Server Affecting Images - Please Help Pin
cbjroms13-Mar-08 5:20
cbjroms13-Mar-08 5:20 
QuestionHow to retrieve images where image location is in sql database Pin
seanbhalliday13-Mar-08 4:57
seanbhalliday13-Mar-08 4:57 
AnswerRe: How to retrieve images where image location is in sql database Pin
Not Active13-Mar-08 9:15
mentorNot Active13-Mar-08 9:15 
Generalpopulate an array Pin
greekius13-Mar-08 4:52
greekius13-Mar-08 4:52 
GeneralRe: populate an array Pin
Mark J. Miller13-Mar-08 8:30
Mark J. Miller13-Mar-08 8:30 
Generalcross browser problem Pin
RajeevKumarSharma13-Mar-08 2:49
RajeevKumarSharma13-Mar-08 2:49 
GeneralRe: cross browser problem Pin
AhsanS13-Mar-08 2:52
AhsanS13-Mar-08 2:52 
General.asmx file Pin
eyeseetee13-Mar-08 1:59
eyeseetee13-Mar-08 1:59 
GeneralRe: .asmx file Pin
AhsanS13-Mar-08 2:24
AhsanS13-Mar-08 2:24 
GeneralRe: .asmx file Pin
Not Active13-Mar-08 2:32
mentorNot Active13-Mar-08 2:32 
GeneralRe: .asmx file Pin
AhsanS13-Mar-08 2:35
AhsanS13-Mar-08 2:35 
GeneralRe: .asmx file Pin
Not Active13-Mar-08 3:07
mentorNot Active13-Mar-08 3:07 
GeneralRe: .asmx file Pin
eyeseetee13-Mar-08 3:25
eyeseetee13-Mar-08 3:25 
GeneralRe: .asmx file Pin
Not Active13-Mar-08 3:39
mentorNot Active13-Mar-08 3:39 
GeneralRe: .asmx file Pin
eyeseetee13-Mar-08 3:48
eyeseetee13-Mar-08 3:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.