this.Context.Cache and Web Services: value not persisted between two subsequent calls.

B

BLUE

this.Context.Cache.Insert["lastUpdateDateTime"] = lastUpdateDateTime;

When I retrieve lastUpdateDateTime is always null if the web method call is
subsequent to the one which set it.
Why???


Thanks,
Luigi.
 
B

BLUE

Need I to set some particular/not default setting in web.config or IIS (I'm
on WinXP SP2).


Thanks,
Luigi.
 
M

Mr. Arnold

BLUE said:
this.Context.Cache.Insert["lastUpdateDateTime"] = lastUpdateDateTime;

When I retrieve lastUpdateDateTime is always null if the web method call
is subsequent to the one which set it.
Why???

There is a MS.Public.dotnet.framework.webservices NG.
 

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