Tagged Questions
The expiration tag has no wiki summary.
10
votes
3answers
3k views
How to specify HTTP expiration header? (ASP.NET MVC+IIS)
I am already using output caching in my ASP.NET MVC application.
Page speed tells me to specify HTTP cache expiration for css and images in the response header.
I know that the Response object ...
6
votes
4answers
3k views
Memcache maximum key expiration time
What's memcached's maximum key expiration time?
If I don't provide an expiration time and the cache gets full, what happens?
5
votes
6answers
2k views
Need to implement “expiration date” for beta software C#
I am developing software in C# for a Windows CE device and I have beta software soon to be released and I want it to die after a certain date so the final release will need to be downloaded.
The ...
4
votes
2answers
149 views
Multiple expire options for one cookie? (javascript)
I was wondering if there is a way to set multiple expire options for one cookie. For example, I want a cookie to expire when the user closes their browser and in 30 minutes.
Is this possible?
...
4
votes
2answers
64 views
How to get page to be resident (if I don't have the server?)
With mobile web-apps becoming the ~next big thing.. I developed a small web page with mobile friendly characteristics, It runs great on both Android and i-Phone see here: ...
4
votes
5answers
4k views
Zend framework session expires prematurely
This should be extremely simple, but I can't seem to get it!
I'm using Zend Framework for PHP and handling sessions with the Zend_Session module. This is what I have in my Initializer (or bootstrap): ...
3
votes
4answers
69 views
Existed recipe to fix Eclipse debug certification bug does not work
Good day for everyone!
Like other developers for Android I was faced with the problem
error generating final archive debug certificate expired on
but existed ricipes to fix it didn't work. What ...
3
votes
1answer
142 views
HTTP: Combining expiration and validation caching
I'm having trouble formulating HTTP cache headers for the following situation.
Our server has large data that changes perhaps a couple times a week. I want browsers to cache this data. Additionally, ...
3
votes
2answers
222 views
Does setting a memcached key that already exists refresh the expiration time?
Let's say I have the following code:
Memcached->set('key', 'value', 60); (expire in one minute)
while (1) {
sleep 1 second;
data = Memcached->get('key');
// update data
...
2
votes
2answers
47 views
How to handle expired free-accounts in a SaaS environment
This is a bit philosophical, however, here is the scenario and the related question.
Suppose you sell premium accounts and at the same time offer time-limited free accounts.
Users register and log in ...
2
votes
2answers
80 views
Memcache global expiration change
Is it possible to change all the key/value pairs in memcache instances with a command line?
Say, i have 10 memcache servers and they have key value pairs, and they all have the objects with 30 days ...
2
votes
5answers
177 views
Simple Java String cache with expiration possibility
I am looking for a concurrent Set with expiration functionality for a Java 1.5 application. It would be used as a simple way to store / cache names (i.e. String values) that expire after a certain ...
2
votes
3answers
134 views
C# Cache expiration not working
I am adding to the following value to the cache:
HttpContext.Cache.Insert(
"ClientId", clientid, null,
DateTime.UtcNow.AddYears(1), TimeSpan.Zero
);
I don't want the cache to expire so I ...
2
votes
2answers
300 views
Get domain name expiration date via PHP
Here is my current code:
function get_cmd ()
{
if (file_exists('/usr/local/bin/whois'))
$cmd = '/usr/local/bin/whois';
elseif (file_exists('/usr/bin/whois'))
$cmd = ...
2
votes
3answers
185 views
HashTable with expirable items
I want to implement a HashTable (or mabybe a HashSet or Dictionary) which has unique members which expire after a while. For example:
// Items expire automatically after 10 seconds (Expiration period ...
2
votes
1answer
127 views
Appfabric expiration event
What event can I use to subscribe to expiration events with AppFabric?
I put an object into the cache and a method of that object should be called when the cache expires it and the object is being ...
2
votes
1answer
731 views
CodeIgniter Session Expires on Page Refresh
We have a CodeIgniter based SAAS application. Sessions are stored in the database.
We use this class as a replacement for CI sessions
With one specific customer ( same office, multiple users, same IP ...
2
votes
1answer
341 views
Ruby on Rails cache: Is it possible to increase the expiration time for a cache fragment during the execution time?
I am using Ruby on Rails 3 and I would like to increase the expiration time for a cache key during the execution time. I use memcached.
For example, I have
Rails.cache.write("key_test", ...
2
votes
1answer
372 views
Why should we make account activation/password reset links expire after some time?
Would there be any big issues if they never expire?
Somebody forgot his password and requests to reset his password, an email with the password reset link is sent to him.
He then suddenly remembers ...
2
votes
1answer
394 views
CakePHP cookie expiration not working
Using AppController in CakePHP I set the following cookie settings:
function beforeFilter() {
$this->Cookie->name = 'Vinbeo';
$this->Cookie->time = '7 Days';
}
I'm writing two ...
2
votes
1answer
88 views
How to handle the expiration of a “remember me” option?
For a cookie based "remember me" function on a web app the user can choose to stay logged in for X days:
What do you think is better:
a) set the expiration time of the "remember me" only at first ...
2
votes
4answers
520 views
PHP Session Expiration
A question with respect to Session Expiration in PHP.
I need my server to throw away session information if that user has been inactive for a while (for testing purposes, 5 seconds).
I've looked at ...
2
votes
1answer
210 views
Expiring iPhone Provisioning Profiles
My client is asking me to distribute a demo app that should only be allowed to run for 5 days from the date of distribution. Is there a way for me to reduce the valid date of a provisioning profile in ...
2
votes
2answers
58 views
Expiration date NET 4 Beta 1
I have 25 days left to use VS2010 Beta 1. Will I still be able to use an application made in this version after that or is there an expiration date of the framwork itself? And yes I am upgrading but ...
2
votes
1answer
46 views
A scheme for expiring downloaded content?
I am going to offer a web API service that allows users to download and "rent" content for a monthly subscription fee. The API will either be open to everyone or possibly just select parties (not sure ...
2
votes
2answers
121 views
Managing execution priorities and request expiry time in your web application
Some installations that run our applications can be under hefty stress on a busy day. Our clients ask us is there is a way to manage priorities in our application. For example, in a typical internet ...
2
votes
1answer
317 views
ASP.net auction expiration mechanism [closed]
How to realize auction expiration? Make it inactive after 1-3-5 days? Something like eBay? Thank you!
I am using asp.net c#
Any links for information would be appreciated,
I have "active" boolean ...
2
votes
4answers
604 views
Get A Cookie to Not Expire While Page is Open, But Last 1 Hour When It's Closed
I have a page that displays data which is read from a cookie. The cookie expires after an hour. Frequently, a user will navigate to the page and keep it open. When they come back to it later, the ...
2
votes
2answers
70 views
Should Get or should Post be used to get AJAX content that expires often?
I have AJAX calls that get content that expires often.
To get that content is is better practice to use:
Post
or
Get and set the Cache Expiration Date as immediate on the server?
Thanks,
Jon
...
2
votes
1answer
248 views
controlling the expiration of files in the cache
I was wondering if you could help me, Im trying to set an expiration date on the caching of certain files in my website, are there some tips you could give me how to do that? Ive been able to find ...
2
votes
7answers
757 views
Implementing Expiration Dates in an application?
I'd like to put an expiration date in some software I made. Obviously
psuedocode:
if time() > xxx: exit()
All someone has to do here is set their system clock back. Anything better to do?
2
votes
2answers
2k views
Trying to implement “far-future expiration date” for static files in django
I am attempting to use the far future expires method to cut down my site's load time.
However when I access static files in firefox, the server still responds with HTTP/1.x 304 NOT MODIFIED. The ...
2
votes
1answer
1k views
Design Classic ASP applications to detect session expiration dynamically
I've got a Classic ASP application that relies on session; if the user leaves a screen idle and then runs a form post or other operation, I'd like to know whether the session has expired.
Currently ...
1
vote
1answer
35 views
Generating simple licences with built-in expiration dates in XML - am I doing this right?
I am currently developing simple apps (in Actionsript 3 if that's relevant), and I wanted to build in a simple registration system, based on an XML file (which would be generated by a PHP script) ...
1
vote
2answers
59 views
How can I set an expiration time for a UILocalNotification?
I would like to show a UILocalNotification, but it will only be valid for 24 hours. At the end of 24 hours, I want the notification to "expire"; that is: the user can no longer see the obsolete ...
1
vote
0answers
213 views
WCF ria service SP1 timeout expired
I'm sorry that my english might not be appropriate.
My solution is Silverlight which uses WCF RIA service SP1 and Entity Framework 4.
I have a problem with loading large size data.
I've got this ...
1
vote
0answers
76 views
Django key based session expiration
I have a website which contains different rule sets for diferent type of users.
However, one rule/permission is depending session expiration.
For example, an unauthenticated users' session must be ...
1
vote
1answer
218 views
How does the lazy expiration mechanism in memcached operate?
(First of all, my English is not very good, please)
As we know, memcached provides lazy expiration, and "replaces" LRU data in its slabs, however I'm not very clear how it does this. For example, if ...
1
vote
0answers
38 views
.net auto-expiration dictionaries
In the guava library from google, there is a nice utility class called MapMaker which allows to create auto-expiring keys for map structures (and much more features), is there such a utility for .net?
...
1
vote
0answers
90 views
Zend Session expiration problem, weird loggouts
i use zend session, in my bootstrap i have:
Zend_Session::rememberMe(3600); // 1 hour
Zend_Session::start();
everything works fine, but sometimes weird behaviour occures, sometimes it logs me out, ...
1
vote
1answer
346 views
Programmatically Change Expired Oracle DB Password?
Where I work, some databases get copied down from our production environment to our test environment, but the DBAs set all the passwords to expired on the (new) test DB right after the copy so that ...
1
vote
1answer
409 views
How to detect when sessions expire in asp.net?
I want to track if users loout or their session expire. I need to k now exactly when their session expired (within +/- 5 min). Right now if a users leaves the page open in the browser and returns ...
1
vote
4answers
237 views
How can I stop browsers caching my web page using HTTP 1.1 headers?
Although I have set Expires to a date in the past, and Cache-Control to no-store, no-cache, I still get one of my web pages cached.
Here are the HTTP headers sent to the browser:
Date: Tue, 02 Nov ...
1
vote
2answers
427 views
Appfabric cache (Velocity): Expiration in non-expirable cache and unreadable trace log?
we are using Appfabric cache in our project, and we ran into 2 major problems.
First - we are using named caches (no explicitly created regions). One of them, created as Expirable=false, ...
1
vote
1answer
1k views
How to have PHP session expire upon browser close OR some extended duration of time
My php session is set to expire when user closes the browser but I noticed that if I leave my browser open for an extended period of time (24+ hours for example) the session still persists.
Is ...
1
vote
1answer
1k views
ASP.NET Cookie Update Value Without Updating Expiration?
Is it possible to update an ASP.NET cookies value without also having to update the expiration time? I have found that if I try and update a Cookie without also updating the expiration, that cookie ...
1
vote
2answers
955 views
PHP Session expire event
I am trying to make some changes to an opensource project. I want to keep track of when users log in and log out.
Right now I change their login status in db when they login or manually log out. The ...
1
vote
1answer
485 views
When is a cached stylesheet refreshed in Rails?
In a Rails application, if I group several stylesheets into one using caching, will the resulting file be automatically refreshed when one of the stylesheets is updated ?
stylesheet_link_tag ...
1
vote
1answer
279 views
httpsession doesn't expires when reverse Ajax is enabled
I have a web application that uses DWR reverse Ajax (pollAndCometEnabled set to true)
In my web.xml i have set a timeout of 30 minutes for the HttpSession.
Since DWR polls the server, the http session ...
1
vote
2answers
2k views
Expiration of IPhone AdHoc Tester Provisioning Profiles
Is it possible to renew an adhoc tester's provisioning profile PRIOR to expiration? Currently, it seems I have to wait for it to expire before I can renew it -- which means that my testers lose a day ...