Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have facing issue related to Session Sharing. Details are given below-
Problem Description-I am working on the web application where adding screens(These screens can be from single Virtual Directry, same links etc) in different tabs in IE. Once we do any change in one tab (where session is updating) then this session updated automatically on previous tab as well. I don't want to update another tab session.As per application requirement, session should be change according to tab only.

It is working properly if we host this application on IIS 5.1

I found out some solution from internet but these are not working. It is very urgent. Could you please anyone help.

Links are given below for reference-
http://support.microsoft.com/?kbid=899918[^]
http://support.microsoft.com/?kbid=899918[^]
http://erlend.oftedal.no/blog/?blogid=41[^]

Regards,
Rajesh
Posted
Updated 19-Jan-11 23:26pm

I think you can not use different session for different tab in one browser.

Session is common for one browser window.

In in one browser window's tab session is common for all.


umesh
 
Share this answer
 
I have a different problem. My problem is, My user is logged in my website. Now he opens a new tab and there my application asks for log in. I don't want that. Does anybody has any solution how can share my login session in different tabs?

Thanks in advance.
 
Share this answer
 
Comments
jeyamothi 26-Sep-12 0:42am    
cookieless="UseCookies"
it is not possible to handle the two diffrent session in two browser. Better to go with input varable and assign the value and use it in diffrent page.
 
Share this answer
 
Hi,

Create unique session using GUID or PageId, which will enable you to handle the situation
 
Share this answer
 
v2
I have a different problem. My problem is, My user is logged in my website. Now he opens a new tab and there my application asks for log in. I don't want that. Does anybody has any solution how can I share my login session in different tabs?

Thanks in advance.
 
Share this answer
 
Hi,

use <session> tag cookieless="UseCookies"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900