Session Parameters
-
Hi Guys. I have some weird problem regarding session parameters. The site works fine on our local testing environment, assigning values to session parameters and reading from the session parameters, but as soon as I put the site on the live server all the session parameters stays blank, so it goes through assigning values to them but when you want to read the session parameter it is empty, could it be due to IIS settings or something? Thanks in advance
No matter how long he who laughs last laughs, he who laughs first has a head start!
-
Hi Guys. I have some weird problem regarding session parameters. The site works fine on our local testing environment, assigning values to session parameters and reading from the session parameters, but as soon as I put the site on the live server all the session parameters stays blank, so it goes through assigning values to them but when you want to read the session parameter it is empty, could it be due to IIS settings or something? Thanks in advance
No matter how long he who laughs last laughs, he who laughs first has a head start!
NeroToxic wrote:
could it be due to IIS settings
could be - who's hosting it, and can't you ask them? Or it may be that your site is hosted across a web-farm and not a single server, in which case you'll need to look into alternative ways of storing session state. Or ask your host to move you to a single server (which, unless your site is large and mission-critical is quite adequate in most cases.)