Session oject is null

  • Thread starter Ramkumar T via DotNetMonster.com
  • Start date
R

Ramkumar T via DotNetMonster.com

Hi
I have written a simple web application in which the home page stores a small
arraylist (populated from a remoe database) in the session object to be used
by the subsequent pages.
However, when the session variable is being accessed by the other pages, it
is returning null. It was working fine until the latest deployment of the wen
app. Nothing has changed since then (other than a simple minor label name
change).

Is there anything I need to set to resolve this. Please help.

Thanks
TSR
 
G

Guest

It sounds like may the session has timed out, or session state has been
disabled or something is tearing down the application object too frequently.
A change to a file in the app directory at run-time might do it if the
project is dependent on the file. Maybe the browser security has been
modified to NOT allow session cookies.

Just some ideas...
 

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

Members online

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top