Session Variables lost between pages

G

gupta

I am having a strange problem with my Web App.
When I launch my web App using localhost or an ip address (e.g
192.133.98.32) all the sesssion variables works fine and Session_start event
in Global.asax is fired only once.

Now when I run that application using machine name W_MARC, Session_Start
fires for every page it try to display and even for redirect and thus losses
all the Session variables.

Does any one know, What is wrong and how to fix it.

Thanks
Anil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top