I tried this approach - but I have a more complicated situation (found out today)
We start loading data in session from global.asax - which means I have to get my GUID created there. Now how will I get it to my first page. I tried keeping it in a session variable and loading it as a query string on default.aspx by doing a self redirect.
But now the problem is if I open another session I will end up doing the same and if I do a page load on first instance (not a post back), its going to get the GUID set by second instance.
Is there a way to fix this issue? Thanks in advance!
antelux
Member
4 Points
2 Posts
Re: Unique Session between IE7 Tabs
Dec 04, 2010 02:47 AM|LINK
I tried this approach - but I have a more complicated situation (found out today)
We start loading data in session from global.asax - which means I have to get my GUID created there. Now how will I get it to my first page. I tried keeping it in a session variable and loading it as a query string on default.aspx by doing a self redirect. But now the problem is if I open another session I will end up doing the same and if I do a page load on first instance (not a post back), its going to get the GUID set by second instance.
Is there a way to fix this issue? Thanks in advance!
avdheshjoshi
Member
2 Points
1 Post
Re: Unique Session between IE7 Tabs
Dec 20, 2010 11:19 AM|LINK
Hi i m also using sessionstate cookieless="usruri" but in same browser i copy & paste same url it will not generate new session.
give me hint