My project is an asp.net form, framework 3.5, ORM - NHibernate, SQL Server 2008 R2, Windows Server 2008 R2 x64, II7 with Application Pool in Integrated Mode.
Chrome and Opera browsers will lose the session variable value after few clicks within the web application. But this does not happen in IE or Firefox. I notice this when I changed from a single masterpage to a nested masterpage.
In a single masterpage enivronment, All browser works fine with Session variables, this only happens when I use nested masterpage and Chrome or Opera browser.
I don't know why Chrome and Opera keeps losing the session variable in a nested masterpage; is this a bug, please kindly help?
Canucks1262
0 Points
1 Post
Chrome and Opera loses session variable value in a nested masterpage environment after few redire...
Nov 21, 2012 05:38 PM|LINK
My project is an asp.net form, framework 3.5, ORM - NHibernate, SQL Server 2008 R2, Windows Server 2008 R2 x64, II7 with Application Pool in Integrated Mode.
Chrome and Opera browsers will lose the session variable value after few clicks within the web application. But this does not happen in IE or Firefox. I notice this when I changed from a single masterpage to a nested masterpage.
In a single masterpage enivronment, All browser works fine with Session variables, this only happens when I use nested masterpage and Chrome or Opera browser.
I don't know why Chrome and Opera keeps losing the session variable in a nested masterpage; is this a bug, please kindly help?
Kindest regards,
Canucks
CruzerB
Contributor
5399 Points
1098 Posts
Re: Chrome and Opera loses session variable value in a nested masterpage environment after few re...
Nov 22, 2012 02:39 AM|LINK
Hi,
I suggest you to check the code, is there any piece of them will reset the session in any page life cycle.
My Technical Blog