session variables lost for some reason

后端 未结 5 679
说谎
说谎 2021-02-06 17:51

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

5条回答
  •  名媛妹妹
    2021-02-06 18:14

    you will be surprised to know the behind the scene the session uses the cache!

    have a look at the below(you will find all the common problem about session issue):

    http://mmtripathi.blogspot.com/2008/09/session-lost-problem-after.html

    http://zeeshanumardotnet.blogspot.com/2009/07/why-sessions-are-terminatedloss.html

    http://classicasp.aspfaq.com/general/why-won-t-my-session-variables-stick.html

提交回复
热议问题