Session Object

G

Geoff Allsopp

I have a strange problem with the Session Object and wondered if anyone else
had come across similar and found the solution.

A Web application in C# made up of several projects in Visual Studio .Net.
Session objects pass between the application except to one project where the
Session Id is the same but the Session.count is always zero. Come back to
the other projects and the objects are all still there. Send the
application from the development server to the operational server and it all
works!

It seems to be a "switch" on the development server project but I can't find
it. Has anyone any ideas?

Thanks.
 
Y

Yunus Emre ALPÖZEN [MCAD.NET]

I think you have different applications running on same server. Session is
specific for each application unless you modify session state at
machine.config
 

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