G
Guest
Hello,
It would be great if someone knows the answer to this problem I'm
getting bogged down with it.
Basically I'm working with an ASP.NET solution that uses the Session
object to maintain state. When I use IIS to browse the .aspx pages the
session state works but when I step through the code with Visual
Studio's debugger the session variables are lost although the session
ID stays the same.
When I say the session variables are lost, I set them on one page - via
a control - but when I go to another page the session count is 0 and
querying the session variables returns null. I can't understand why it
works when I browse the pages via IIS but not when I'm using the
debugger.
I've searched the newsgroups and although there are people out there
with similar problems either their solutions don't work for me or are
not suitable for the project I'm working on.
I look forward to your replies,
Daniel.
It would be great if someone knows the answer to this problem I'm
getting bogged down with it.
Basically I'm working with an ASP.NET solution that uses the Session
object to maintain state. When I use IIS to browse the .aspx pages the
session state works but when I step through the code with Visual
Studio's debugger the session variables are lost although the session
ID stays the same.
When I say the session variables are lost, I set them on one page - via
a control - but when I go to another page the session count is 0 and
querying the session variables returns null. I can't understand why it
works when I browse the pages via IIS but not when I'm using the
debugger.
I've searched the newsgroups and although there are people out there
with similar problems either their solutions don't work for me or are
not suitable for the project I'm working on.
I look forward to your replies,
Daniel.