The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
15 views

iOs auto-renewable expires date is 0

we are currently developing the backend for an iOs application that uses auto-renewable subscriptions. As recommended by Apple we have a periodic service that renews subscriptions about to expire with ...
0
votes
1answer
19 views

setcookie with expire=0 does not expire after the the browser closes

I use setcookie to make a cookie with expire=0. From the PHP document, (link) The time the cookie expires. This is a Unix timestamp so is in number of seconds since the epoch. In other words, ...
0
votes
0answers
8 views

oracle webtier mod_plsql automagicly adding Expires http-header

i'm developing mod_plsql applications since a long time.. I use the document-procedure to fetch a document in a complex way, but at the end it is a sort of procedure myDocumentProc is ... ...
0
votes
0answers
10 views

UILocalNotification expires?

I have an App based od UILocalNotifications. By documentation, if notification is for some reason hasn't been fired (for example iphone was off), then it should fire immediately as iphone is coming ...
0
votes
1answer
37 views

Cloud Files - Override Expires and Cache-Control headers that CDN sends to Browser but not the CDN's TTL

I'm trying to get a single file to be cached for 3 days on the Cloud Files CDN (Akamai) but then send the file to the browser with the headers: Expires: Time Now.. Cache-Control: no-cache, no-store ...
1
vote
0answers
78 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 ...
-1
votes
0answers
29 views

Page expires on clicking “Back” button provided on page [closed]

I have a "Back" button on page. If I click it manually then it re-directs to previous page but if I click the button through cucumber then it shows page expired. Why it is not working as in the ...
0
votes
0answers
37 views

Calculating an expires date for cookies in apache with mod_headers

How can I set the "expires" value to something like "2 years from now" when setting a cookie in Apache using mod_headers, like so: Header set Set-Cookie "foo=bar;path=/;Secure;HttpOnly;Expires=+2Y" ...
0
votes
1answer
85 views

How to expire F5 APM session on browser close with alternate timeout

We are using the F5 APM to control access to our webapp, but are having some issues regarding expiration rules. The scenario we want is that the cookie expires 12 hours after creation, or upon ...
0
votes
2answers
101 views

How to set session[:expires] in rack session (Sinatra)

You can set a session expiry for a Sinatra app when you set up the session engine: use Rack::Session::Cookie, :expire_after => 60*60*3, :secret => 'xxxx' But I want to enable a longer ...
0
votes
0answers
33 views

expiring link--how to stop

On my membership site we have a payment page called auth.php... it creates a unique token that times out after i think 30 mins or an hour. I want to stop this from happening, meaning i want that link ...
0
votes
1answer
126 views

Why codeigniter session expires frequently ? also user is active on site

I'm using codeigniter for my app. development. These are the session settings.. i'm using DB session $config['sess_cookie_name']= 'ci_session'; $config['sess_expiration']= 7200; ...
0
votes
0answers
92 views

Tomcat Java Webapp behind IIS 7.5 Expire Headers / Server Caching

we run a java webapplication (atlassian confluence) hosted on tomcat 7 behind an IIS 7.5. We use the Isapi Redirector to combine both. We have routed to whole application to be delivered by ISA ...
0
votes
2answers
85 views

Logout inactive user

I have the following code on my website: session_set_cookie_params(7200, '.website.com', '', false, true); If I browse my website, sometimes I will be logged out of my website after the two hours. ...
0
votes
1answer
37 views

local storage expiring data

I am using localStorage to save conversations client-side to save space server-side in my db. In order to do it I use an object like this: users = { 478vh9k52k: { name: 'john', messages: [] ...
0
votes
1answer
113 views

How do you stop Jetty altering the HTTP Expires header when using response.addCookie?

It turns out in Jetty, when you attach a cookie, it not only adds a cookie to the HTTP response header, it also alters the value of the Expires HTTP header! ...
0
votes
0answers
62 views

Attempting to set HTTP expire header is crashing my site. What am I doing wrong?

I'm trying to set the the exprires HTTP heater on Apache2 web server but every attempt I make either has no effect or crashes the site. I tried adding the expires header setting sto my VirtualHost as ...
0
votes
2answers
420 views

In Struts2 HOWTO set cache headers for static content NOT placed in the standard /struts/, /template/ directories

I have a Struts2 (version 2.2.6) web application where I want to set the Expires response header for static resources that are not present in the traditional static-related folders for struts2. E.g. ...
1
vote
0answers
184 views

Set expires header for specific file or url

I have a few vimeo and youtube videos on my site generating a lot of http requests for the css files. Specifically to: http://a.vimeocdn.com/p/1.4.28/css/player.core.opt.css and ...
2
votes
2answers
111 views

.Net cookies keep coming back with expiration of zero

I am having trouble with the .Expires cookie attribute. It keeps coming back with 01/01/0001 12:00 AM, when I read the cookie back. Here is the code. I added in the retrieve just below the save ...
0
votes
0answers
69 views

Zend files keep expiring despite setting to “never”

I really have no idea why this is happening, and I can find nothing about this anywhere. I have Zend Guard, and I've set the Security->Expiration to "Encoded code will never expire". However, every ...
3
votes
1answer
128 views

How To: Non-Facebook-Users post to Facebook page wall

I am thinking of a scenario and I need your opinions whether this is even possible. I have a normal website, on this website I have a form and by sending the form it should be also sent to one ...
1
vote
0answers
95 views

Express connect session expiry not working as expected

In a web app am developing using express.js am having a problem expiring sessions when a user has not been active for more than 10 minutes. Am using connect-couchdb as the session store. I tried ...
0
votes
1answer
87 views

RSS Feed Android app that expires?

Ive seen many RSS feed android app examples. But the type of feed that I'm trying to return does not need to go into a list view. It provides an active code for a website that ends up expiring usually ...
0
votes
2answers
76 views

Extend Session Expiry Time

I am running a discussion website. The problem that is coming is that after sometime session automatically expires. I am hosting my website on a shared server and doesn't have access to the settings ...
1
vote
1answer
70 views

Cache file until next page load

Is there a way to cache a file until next page load? I see "expires" and "max-age", but they require a time delta, which I don't know.
0
votes
1answer
284 views

Automatic facebook wall post, access token keep expire

I have to automatic post on my facebook page wall. So far so good... but the access token keep expire. I did the automatic post with my App and with the Graph Explore and I have the same problem with ...
-1
votes
2answers
144 views

PHP- how to retrieve expire datetime

i need to retrieve the expire datetime starting from the current datetime + some time. The example is: $current_datetime = date('Y-m-d H:m:s'); $expire_time = 24;// 1 day in hours as int() for ...
0
votes
0answers
66 views

EXPIRES CACHING - When I make a change on the site - you have to do refresh the page to see the change …!

I got EXPIRES CACHING - file. Htaccess file to my site. The problem is: When I make a change to a particular page on the site - you have to do refresh the page to see the change ...! If I give the ...
0
votes
2answers
511 views

jQuery cookie vs. cookies.set && not setting expires / only session [closed]

I have a simple jQuery function creating a cookie (and yes I am including the plugin), I can get the script to create a cookie using: $.cookies.set('LastArticle', $(this).attr("id"), { expires: 1 } ...
1
vote
1answer
229 views

Some Google CDN resources have short expiry dates

I was analysing my page with Google PageSpeed, but was suprised to find that it was Google itself bringing errors: Suggestions for this page The following cacheable resources have a short freshness ...
4
votes
3answers
2k views

How do I get a page Access Token that does not expire?

I would like to know if it is possible to have an access token that never expires for post to my page Now i get the acces token with https://graph.facebook.com/me/accounts i have publish_stream ...
-2
votes
1answer
141 views

Facebook cookie 'expires' attribute has a different format from that specified in RFC 2109

I was just viewing the cookies Facebook has set in my browser, when I noticed that the value for the expires attribute is in a format different from that specified in the RFC 2109. The default ...
0
votes
0answers
93 views

will response not be cached after Last-Modified + max-age?

Say today (Aug 30 2012) an web server returns an image with http header Age: 4387905 (50 days: since last modified to today) Last-Modified: 10 Jul 2012 Cache Control: public , max-age=3153600 (1 ...
0
votes
6answers
1k views

how to Destroy all sessions at one Time in asp.net?

I want destroy all sessions at one time. I have tried Session.Abondon() Method but i dont know why this is not destroying all the sessions.
2
votes
2answers
92 views

Prevent Googlebot to reindex some pages frequently

We can change crawl-rate of bots by using robots.txt. But Googlebot doesn't take robots.txt into consideration so I look for an alternative way. In my site i have some pages changes very very ...
2
votes
1answer
241 views

Zend Session destroyed if page requested too quick

My application is not built on MVC pattern but it partially using Zend Framework components like Config, Loader, Session, Auth, Service and XmlRpc. Recently I have discovered that in some occasions, ...
2
votes
3answers
2k views

Why asp.net session is expired sooner than its timeout?

I have an Asp.net webservice. It has method M1. M1 creates a folder for each session. When a session is expired, I delete that folder in global.asax using the following code. void Session_End(object ...
0
votes
0answers
305 views

how to fetch accountexpires from Active directory without using ActiveDs

i tried using reflection i got this far Private Shared Function ConvertADValueToDateTime(largeInteger As Object) As Date 'Try Dim type As System.Type = ...
3
votes
1answer
3k views

HTTP Expires header values “0” and “-1”

What is the difference between Expires: 0 and Expires: -1 in the HTTP response header? RFC 2616 defines a value of 0 for already expired, however, some servers (e.g. www.google.de) reply with Expires: ...
0
votes
0answers
183 views

joomla session expires auto redirect to home instead of login page

In Joomla2.5, whenever session expires,server should redirect to home page. Right now its redirecting to login page. how to configure this?
0
votes
0answers
219 views

Classic ASP cookies, multi-part kill 2 out of 4 keys only

I have a site (classic ASP) that uses cookies with 4 keys. I want to kill just some of the keys and save the rest. ' first save the keys i want to keep var1 = Request.Cookies("cookieName")("key1") ...
0
votes
2answers
387 views

Is it possible to set an Expiration Date/Time for a table in mysql?

I'm wondering if it is possible to set an "Expire" time or date when creating a table in mysql. For example a table is created and will expire/auto-delete in 2 hours. Something to that effect. Google ...
1
vote
1answer
986 views

YSlow Grade F on Add Expires headers - help please

I am using Joomla for my site and I have included Expires Headers in my htaccess file, however when checking the site via YSlow the grade is still F, the code in the htaccess file for this is ...
2
votes
1answer
731 views

Header Expires not working

In httpd.conf the last lines are: ExpiresActive On <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$"> ExpiresDefault "access plus 3 days" </FilesMatch> When I run YSlow it ...
0
votes
1answer
2k views

org.apache.jasper.JasperException: java.lang.NullPointerException when JSP page refreshes, How to Handle?

In my jsp page some pure java code there i.e, scriptlet. After a long time when refresh it then it is throwing org.apache.jasper.JasperException: java.lang.NullPointerException Sometimes not ...
2
votes
2answers
5k views

Powershell find users expiring in 7 days

I am trying to run a powershell script that queries for accounts that expire within 7 days, I currently have $a = (get-date).AddDays(7) ; Search-ADAccount -AccountExpiring -TimeSpan "7" | ...
0
votes
1answer
840 views

How to link directly to paypal payment page?

H guys. So it is my first time using paypal and I am using it as payment method for my sites membership. Basically in my php I test that the form they submitted is valid and only if it is it redirects ...
0
votes
0answers
185 views

Apache CXF not handling cookies with “Expires” directive?

We use SUN Jersey client to consume some REST services and Apache CXF to serve some REST services, in the same java project. Some of the services we consume return cookies with "Expires" directive ...
0
votes
0answers
625 views

cache-control, expires, last-modified and Etag for .htaccess

At previous posts, I see several code snippets like cache-control and expires pair and last-modified and Etag pair for htaccess, which may confuse someone has low server knowledge. An average site, to ...

1 2 3 4