Session Variable Problem
-
Hi i have developed an Asp.Net Website i use Session Variable to track the user it work properly in my local system i have installed my website on local server and test it but the session not work properly in the local server when i access it from my machine the session varialble losss its datas how to prevent it please help me :doh:
-
Hi i have developed an Asp.Net Website i use Session Variable to track the user it work properly in my local system i have installed my website on local server and test it but the session not work properly in the local server when i access it from my machine the session varialble losss its datas how to prevent it please help me :doh:
-
Hi i have developed an Asp.Net Website i use Session Variable to track the user it work properly in my local system i have installed my website on local server and test it but the session not work properly in the local server when i access it from my machine the session varialble losss its datas how to prevent it please help me :doh:
session variable will be reseted , once you close the browser window, if you want to keep the values until reset the server, use Application variables or cache variables. also - if the browser disabled the cookies, session variables will reseted every postback of the page. regards Elayaraja.S
-
have you try to set things right in global asax ? maybe you set your session variable to default in application_start ?
In my ASp.net Website Application there is no Global.aspx file pls help me how to set global.aspx file r how to keep session i have give value to session variable in login page
-
session variable will be reseted , once you close the browser window, if you want to keep the values until reset the server, use Application variables or cache variables. also - if the browser disabled the cookies, session variables will reseted every postback of the page. regards Elayaraja.S
i did't close the browser window i work on the same browser without logout but the session variable can't be accesssble why this happen pls help me
-
In my ASp.net Website Application there is no Global.aspx file pls help me how to set global.aspx file r how to keep session i have give value to session variable in login page
-
simple... just add new item and choose global.asax and you can set the (not so..) whole new world at it... hope it help
sir i changed my system firewall settings now i can acccess website installed on my system from any where on my LAN except from LOcal Server why this happen have to change any firewall settings on local server help me
-
sir i changed my system firewall settings now i can acccess website installed on my system from any where on my LAN except from LOcal Server why this happen have to change any firewall settings on local server help me
wow.. that's fast.. hehehe :p ok. maybe u should setting your proxy, if you have any. so you can access your own localhost. ooorrrrr... maybe you should setting your browser. if ie = internet options -> connections -> lan settings -> bypass proxy server for local address if firefox = ....well, i believe you can do it... hope can help