I try to setup a E-shop. Next to every item I\'ve an asp:imagebutton
when this imagebutton is clicked I\'m checking whehter the session varialbe session[\"bas
Check out whether you are using Application Pool
which is shared across multiple web sites/applications, if you are sharing the same AppPool
with an other web application/site - switch to separate AppPool
.
The best way is to use server-based session state, in this case you can forget about such issues. See HOW TO: Configure SQL Server to Store ASP.NET Session State