The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
27 views

ios enterprise: provisioning profile and certificate expiration - when will App stop to work?

We have a inhouse ipad App that was signed with an ios enterprise distribution certificate. In the 'provisioning profiles' list on the iPad, I can see that the provisioning profile of this app ...
0
votes
2answers
42 views

SQL Expiration Date Trigger

I'm trying to create a trigger for a table containing certain keys that are assigned to certain ID's. Here's what I was trying to do: CREATE TRIGGER expirationDateCheck BEFORE UPDATE ON sp FOR EACH ...
2
votes
3answers
105 views

Set-Cookie: Expire property, clock skew and Internet Explorer issue

There is a header Max-Age that allows to specify the expiration time of a cookie. Unfortunately Internet Explorer 6, 7, 8 and probably later do not support Max-Age and require Expires header with an ...
0
votes
0answers
26 views

InfoPath form 2010 Template certificate is expiring very often(1 month)

I have and InfoPath 2010 template, i am using C# code behind for this template. In order to publish this template on to infopath form library i have to digitally sign the template and publish. Due to ...
-2
votes
1answer
52 views

How to change “Expiration Date” font color to yellow if within 30 days and red if already expired? [closed]

I am working on an ASP application where I need to change the color of the device as yellow if the device license expiration date is within a month and to red if the device license expiration date is ...
0
votes
1answer
41 views

Converting Current datetime to culture invariant

I need to set an expiry date for my application (I know that it can be simply hacked, but that really isn't an issue or worry given the people who will be using it. I just need to expire yearly). I ...
1
vote
1answer
50 views

How to use a different Wicket expiration/error page for popups and other special pages?

I have a custom error and expiration page in my wicket application. But in some cases, I would like to have them behave differently (e.g. in a popup that should NOT redirect us to home page). What ...
0
votes
1answer
27 views

Keeping sessions alive for specific time

I am building a site with a shopping cart which is stored in sessions like this: if (!array_key_exists($pid, $_SESSION['cart'])) { $_SESSION['cart'][$pid] = array( ...
0
votes
0answers
37 views

Codeigniter - change status of task if it's expired

I have a range of cases that when opened, display a list of tasks. All of these tasks that have a status assigned to it: Ongoing, Completed and Overdue. There is an expiration date set to each task. I ...
1
vote
0answers
26 views

Asp.net determining SSL cert expiration of IIS site

I am trying to use Net.WebRequest and Net.WebResponse to connect to a site and get the expiration date for an SSL certificate. I look through all the properties of both the request and response and ...
0
votes
0answers
32 views

Sinatra cookies: how to set the validity date?

I use the Sinatra:Contrib gem to set a cookie. cookies[:something] = 'foobar' But in firebug I saw that it's only valid until the end of the session. How can I manually set the expiration date of ...
0
votes
1answer
73 views

Is having a Persistent Login Cookie (“Remember me”) that never expires a good idea?

In the most recommended solution for Persistent Login Cookies, a user's "Remember me" Cookie is always renewed with a new token when they login with their Persistent Login Cookie. Let's say you set ...
0
votes
0answers
31 views

Different Expiration Time for Different Resources

Is it possible to set different HTTP Expiration Time/Durations for different Resources. Like for example if I know some resources I actually change almost everyday I can keep the expiration time for ...
0
votes
0answers
59 views

TestUser AccessToken Expiration Date-Time

just wondering what the lifespan is for a Facebook test user's user access token. The developer API I'm using to create test users: https://graph.facebook.com/APP_ID/accounts/test-users? ...
1
vote
1answer
41 views

AWS S3 Object Expiry Issue - Prefix

I want to use the AWS S3 Object Expiry and have a bucket set up & a lifecycle rule. The rule is shown below: The issue I'm having I believe is to do with the Prefix. I created this structure ...
0
votes
2answers
78 views

PHP session variable expiration

Hi Guys I declared a variable session in php wordpress site, but after 5 minutes of no navigation it lost the value, but the session it's still active, and the session.gc_maxlifetime in php.ini is set ...
0
votes
1answer
69 views

set cookie to expire when the user navigates off a webpage

At the moment, my cookie is set to 0, which expires when the user closes the browser. Is there a way to set the cookie to expire when the user leaves my website? Cookie.write('cookieName', ...
0
votes
2answers
56 views

How would you organize your data structure to pickup the last expiring item quickly in Python?

I want to create a process that store data with an expiration date (the format for the expiration data can change : timestamp, dateobject, timedelta, whatever) in this fashion. With a timer, I wish ...
1
vote
2answers
136 views

What's the rate limit of graph api? How long does graph api's access token expire?

What's the rate limit of graph api? I have done a lot of searching and asking on the web. Some said 600calls/600secs, but I did not manage to find the official decalration of rate-limiting issues. ...
0
votes
1answer
80 views

Android Webview: How to retrieve the expiry date from a cookie

In Android, is there a way we can check if a cookie used by webkit has expired? CookieManager.getCookie(url) doesn't have the expiry dates.
1
vote
1answer
187 views

Do Session variables expire after different amount of time?

In my Login page I put Connection string and the logged in user role in to session variables. To check if the session has not expired I put the following lines of code into the page_load event of the ...
0
votes
1answer
153 views

Licensing system with expiration date

I want to implement a simple licensing system based on this article. Everything works fine. But now i want to add a expiration date and i do not know how. Can someone explain me how to add the ...
0
votes
0answers
77 views

Will codeigniter delete old sessions with dynamic expiration?

Let's say the static configuration has this $config['sess_expiration'] = 7200; $config['sess_expire_on_close'] = FALSE; but you dynamically set a session cookie to last longer if the user has ...
0
votes
2answers
193 views

Specifying Etag or Expiry date in HTML

I have a pure HTML website, and does not have access to the IIS server, its a basic site, now whenever i check the site Performance in the performance testing tools like (Pingdom Tools, GTMetrix, ...
1
vote
1answer
103 views

asp.net cookie expiration always 12:00:00 AM

No matter what I set the asp cookie expiration time as, the browser always reports the days correctly, but the time is always 12:00:00 AM. (Wednesday, January 22, 2014 12:00:00 AM) Here is the code I ...
1
vote
2answers
116 views

Javascript cookies and redirect

I need help changing this code so that the cookie only last through the session instead of 1 year forward. What changes do I need to make? function createCookie(name,value,) { if (days) { ...
2
votes
2answers
453 views

How to create an Android keystore RSA key with infinite validity?

Here is how Google suggests creating an Android keystore: keytool -genkey -v -keystore my-release-key.keystore -alias alias_name \ -keyalg RSA -keysize 2048 -validity 10000 While 10000 days may ...
0
votes
0answers
172 views

How to set password expiration date for a specified user account in c++ or c sharp?

I'm writing a C++ program to manage user accounts on Windows 7. I would like to set the password expiration date for a specified user account. I know you can change the password age policy in the ...
10
votes
3answers
206 views

Not calling didBecomeActive if background task expires

Here is the situation: I am picking a large video using imagepicker. Obviously the picker will take a bit of time to compress the video. So to ease user experience I have enabled background task for ...
1
vote
1answer
176 views

In G-WAN's lock free KV Store, when does the node's memory get freed after a kv_del() call?

Let's say in G-WAN server thread we looked up an item in the KV Store and got a valid pointer to a "record" struct. (The KV store is attached to G-WAN's persistent pointer.) record = ...
0
votes
1answer
371 views

Activation and expiration for VB.net application

A customer asked me for a way to add a license key and expiration date to an app; he would like to assign them to the program and then generate the setup. Which is the most secure and common way to do ...
0
votes
3answers
133 views

Is there a way to delete a row from mysql after a certain amount of time counting from insert time

I have a requirement to delete a row after 24 hours from its creation time. Is there a way in PHP/MySQL to do this? The time must count from the insertion time of the row and after 24 hours it must ...
1
vote
0answers
82 views

When app returns to foreground async main_queue calls not performed until after expiration handler

I've a task that renders e.g. 50 objects and saves each one as a file. It's set up to continue running in the background and notify the user when the task is completed. While in the foreground, ...
0
votes
0answers
104 views

Cookie get expires own

I have an e-commerce web site. I use cookies. But some clients, reported me an error about cookies. I create a cookie after user add a product to cart. After click to buy now button, cookie expries in ...
1
vote
1answer
94 views

iOS or android development, how to expire an application after a certain time

I have a client that wants to build in a timed expiration after the date of installation. Whether this is a good idea or not, aside, I know I can render the application basically useless by disabling ...
1
vote
0answers
100 views

IIS http response header content expiration not displaying

I am trying to set the http response header for content expiration. I would assume the response header from the server would display this, however I have been unable to figure out how this is ...
1
vote
0answers
218 views

Limits of app access tokens

Like many other people on the web I was worrying about the expiration of the 60-day access tokens because my app will do some async publishing and I cannot initiate re-athorization because those jobs ...
2
votes
1answer
172 views

How to check if a non-renewable receipt is expired (iOS)

I have a free iOS app that have some "pro" feature that can be enabled for 1 year with a non-renewable subscription. I can't find a good solution to test if the license is expired or not. I have the ...
0
votes
0answers
168 views

Windows Azure Pass expired but still working

On Nov 5th, my Azure Pass expired and I got an email notice: Your Windows Azure Pass has expired and all of your data has been erased. Today, cloud services are still working as usual (also ...
0
votes
0answers
69 views

validity period (x years) for code signing certificate, what does it mean?

I want to purchase a code signing certificate, but unsure about the expiration or validity period. Suppose I buy a 2-year certificate, does that mean.. (a) after 2 years, I can no longer sign new ...
6
votes
5answers
307 views

PHP session expires immediately when client's clock is set in the future

I have developed this PHP web application which is now running for some months. Suddenly one of the users complained that he was able to login, but the session was terminated as soon as he clicked on ...
0
votes
1answer
131 views

Expiration of NHibernate syscache

How works expiration of NHibernate's syscache? If I set expiration to 10 minutes, and each minute I add an entity, when the first 10 minutes (after application start) end, are all 10 entities ...
0
votes
3answers
100 views

How to display the expiration time of django-cookie?

Probably REALLY basic stuff, but i cant seem to find in the docs. in my getCookie-function, i'd like to display the name AND the expiration-time of given cookie, but all i've been able to achive is ...
0
votes
0answers
297 views

codeigniter session expiration

I got a codeigniter session issue that I hasn´t been able to solve. My sessions always expires even if my expiration time is set to "infinity". I´ve tried to set the expiration time to 0 and also a ...
0
votes
0answers
64 views

rails page caching not expiring for named routes controller

I have an institutions controller but I have a named route for institutions controller index action as match "colleges"=> "institutions#index", :as => "colleges" Now I have included ...
1
vote
2answers
224 views

Preventing a C++ library from linking, past an expiration date

I need to prevent C++ static libraries from linking past the expiration date of a software evaluation period. How can I do that? This should work with the most recent versions of the Visual C++ ...
0
votes
0answers
28 views

Google Mapmaker ExpirationCallback

I am using google collections ( not guava, can't update ) to create a Map where objects expire after some amount of time. What I need to be able to do is to call a method withing the object before it ...
0
votes
1answer
556 views

How to change the expiration date for a self created Certificate Authority in keychain

I'm trying to create a Certificate Authority in Keychain on Mac using stored public & private keys. The output CA has an expiration date of a year from the creation date. I would like to ...
0
votes
1answer
51 views

use php to query session.gc_maxlifetime

I know how to set the duration of a session (both in a PHP file and in my php.ini file)...but my question is the reverse... How (in php) can I lookup what the current session.gc_maxlife value is? ...
0
votes
1answer
33 views

How to retrieve posts of user after he logged out from FB

I'm trying to figure out a core concept in FB that even after reading a lot of FB documentation, couldn't understand. Let's say I'm building an app (that will reside in a tab), in which I want to see ...

1 2 3 4