all groups > asp.net caching > september 2006
cache items are removed automatically
Posted by o0lOlllOl0o NO[at]SPAM gmail.com at 9/26/2006 9:03:32 AM
hi,
I am using httpruntime to cache certain objects in my application. I
need to store 4 objects in cache. but the cache items are being
removed from cache after 20-30 seconds. it is working fine if i store
only 3 objects. i am using .net 1.1. The reason i am getting in the
callback method... more >>
Issue with Session variables
Posted by DanG at 9/25/2006 2:48:38 PM
Hi all
Per the code below, I load an array from a session variable. When the
user clicks Save, I attempt to build a new array that looks like the
original, except with the updates from the screen. Then I compare the
two, to see if any changes need to be written out to the database.
Sessio... more >>
Problem with SetLastModified and Time Drift
Posted by Loz Hygate at 9/25/2006 8:28:02 AM
I've got a web server running on a separate machine from a database server.
Update timestamps for database entities are based on the database server's
time. I want to be able to create a page with the Last-Modified http header
set to the saved value.
Unfortunately Response.Cache.SetLastModi... more >>
testing nntp
Posted by testing at 9/15/2006 10:10:24 PM
Problem creating cache dependencies (reposted)
Posted by daniel at 9/12/2006 9:49:02 PM
Hi,
I experiencing problems when i create cache dependencies for objects I wish
to add to my web cache. Essentially I have a network directory with a number
of subdirectories. My application creates objects which represents the data
held in these subdirectories. I am creating a CacheDepen... more >>
Question on caching and application tiering in ASP.NET 2.0
Posted by intrepid_dw NO[at]SPAM hotmail.com at 9/12/2006 11:56:22 AM
Hello, all.
I'd like to ask a question about the structure of a .NET Web
application and how ASP.NET 2.0 implements SQL cache invalidation.
MS provides an ObjectDataSource class to leverage existing external
"business objects" used to get data from a database. That class
supports a SqlCache... more >>
Caching and session
Posted by Stephane at 9/11/2006 9:07:02 AM
Hi,
I want to use .net caching with session variable instead of querystring. I
mean, I use this directive:
<% @OutputCache Duration="300" VaryByParam="id" %>
which is working fine when the id in the query string change. But I also
have some session variable in which I store dates. Those... more >>
cookie expiration
Posted by Ram at 9/5/2006 2:38:02 AM
Hi
I am using cookie to store unique encrypted token, i want to use the cookie
expire time 8 hours.
I doing like below to expire:
Cookie.Expres = DateTime.Now.AddHours(8)
Its working in my local system as both are in same time zones. I got the
problem when I deployed my application to ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|