M
Matt Campos
In the global.asax we use the application_start event to store some more
variables in the application object. The site could be running for half a
day then at random the contents of that application object becomes null. It
only appears to be null for a random person, and works for everybody else.
Has anybody encountered this type of issue?
Just for reference we are using Application.add(key,value)
Thanks
variables in the application object. The site could be running for half a
day then at random the contents of that application object becomes null. It
only appears to be null for a random person, and works for everybody else.
Has anybody encountered this type of issue?
Just for reference we are using Application.add(key,value)
Thanks