Tagged Questions
The expired tag has no wiki summary.
7
votes
4answers
6k views
Microsoft ReportViewer: Session Expired Errors
The project is ASP.NET 2.0, I have never been able to reproduce this myself, but I get emails informing me it happens to clients many times a week, often a few times in a row.
Here is the full error:
...
5
votes
9answers
324 views
What is the best method/options for expiring records within a database?
In a lot of databases I seem to be working on these days I can't just delete a record for any number of reasons, including so later on they can be displayed later (say a product that no longer exists) ...
4
votes
5answers
10k views
Get Session to expire gracefully in ASP.NET
I need a way to tell ASP.NET "Kill the current session and start over with a brand new one" before/after a redirect to a page.
Here's what I'm trying to do:
1) Detect when a session is expired in ...
2
votes
1answer
263 views
Ehcache how to remove keys when element is expired?
I'm trying to get only valid objects from the cache. if I do List list = cache.getKeys();
it will return keys that are expired too. I though of adding a listener and try to remove the key myself, ...
2
votes
3answers
1k views
“Webpage has expired” $_SESSIONS in PHP
In my web-application I'm using $_SESSIONS but sometimes, when the users hits the backspace key he gets "Webpage has expired" message.
Why is happening this? What to do to avoid this?
1
vote
1answer
119 views
High # of N expired objects. Why? - (inside is my varnishstat and default.vcl)
I have apache2 with Varnich 2 running. My prob is that even though my cache-control is set to 1 year, varnish still have a load of N expired objects 1971. Here's my default.vcl it shows my setting any ...
1
vote
1answer
357 views
login timeout expired error on first sql query
Hey, I'm running SQL Server 2005 and using IIS for ASP scripts.
I have a problem with sql that is when I run a sql query (exp : http://localhost) at first time (like when I start my windows) or ...
1
vote
1answer
586 views
struts2 session expired application scope
my app uses struts2+spring+hibernate and I was doing some session-interceptor-login-authorisation system and its working alright, now that I try to implement the session expired part I'm running into ...
1
vote
1answer
33 views
Http Cache: What if different http proxies cache different versions of the same content?
Imagine that a user request page.htm in its browser.
It travels through the internet and one of proxy server (P1) serves a cached version.
Then, the user refreshes the page, another request travels ...
1
vote
2answers
342 views
Grab all items from MYSQL Table expired 1 day ago
MYSQL Table trial_list structure as follows...
id | product_id | expiry_date(date) | by_user | curr_datentime(timestamp)
we are able to extend any trial, and if we do that it simply another row ...
1
vote
2answers
413 views
ADT Can't find the tools directory
Ok, everything was working fine, I had the ADT 0.9 installed under eclipse Galileo. But then I just tryied to install the Honeycomb preview SDK and for that I was prompted to install the ADT 9.0.
...
1
vote
1answer
890 views
Exception Security Context token in WCF
I'm using Service WCF, and I get the following error:
"The security context token is expired or is not valid. The message was not processed."
Client config
<endpoint ...
1
vote
5answers
1k views
Error - Web Page Has Expired in PHP?
I have six pages for a registration form in my PHP project.
In between any of the page if I press the back button from the explorer bar I get the error:
"Webpage has Expired".
I am using $_POST ...
1
vote
2answers
84 views
Move Expired Items?
I have a model Post which has a expiry_date. I want to know what is the
best way to manage scalability in this case. 2 options:
Whenever I want to SELECT from the table, I need to include where
...
1
vote
2answers
2k views
javax.net.ssl.SSLHandshakeException: certificate expired - Local or Remote?
I am receiving the following exception while trying to make an SSL connection to a web service. Does this error mean my local keystore/certificate is expired, or is it that I cannot trust the remote ...
0
votes
2answers
64 views
Create limit date for login in PHP Script
This simple script doesn't need database, the usernames and passwords will define in the script.
How can I build the script to define a date for each username and password so that after the date ...
0
votes
0answers
135 views
OsCommerce Moneybooker Session Expiring or Expired when purchasing more than 75 Danish Krones
I need help with our OsCommerce Moneybookers payment module or method using credit cards.
Whenever a purchase of more than 75 Danish Kroner or DKK is made, and the customer proceeds to checkout or ...
0
votes
1answer
37 views
Expired sessions in GenericObjectPool
I am using child object of org.apache.commons.pool.impl.GenericObjectPool for providing connections to web services (child of org.apache.axis2.client.Stub).
How to setup the pool, so connections that ...
0
votes
0answers
25 views
How to terminate the session in the original tab of the browser - Session expired
Following the answered question:
Session expired - How to terminate the session in the original tab of the browser
I would like to ask for somehting more specific. The answer provided before was ...
0
votes
0answers
49 views
oscar mcmaster password expired
just did a fresh, first-time-ever installation of oscar mcmaster 10_12 from .deb package found at sourceforge, but when I try to log in with the default credentials (found right at the home page, ...
0
votes
2answers
133 views
how to get expired domain names by python
I am writing a function by python to get a list of expired domains just like http://www.domaintools.com/buy/dropping-names/details/?min_date=2011-08-26,
but i can not find any library can do this, ...
0
votes
1answer
456 views
Kohana 3.2.0 | How can I add an automatical redirect after session expired?
How can I add an automatical redirect after session expired?
I'm using Kohana 3.2.0 and the session is stored in a cookie.
Right now the URL is for example http://webpage.com/test/myController
When ...
0
votes
1answer
50 views
Renewed codesign certificate shows keychain authorization dialog
My app stores items in the Mac's keychain. I made sure I signed the app using a code signing certificate so that my users aren't bothered by keychain authorization dialogs everytime I update the app.
...
0
votes
3answers
619 views
Wicket - Getting PageExpiredException on AJAX Calls. Regular Pages work just fine
We are writing an application using Wicket that uses AJAX. The application has a main window with two iFrames. The first iFrame shows a page with a map (Google Maps). The second iFrame shows a ...
0
votes
0answers
52 views
yslow fails on multiple backgrounds?
I'am using a noise with a css3 gradient similar to this:
background: url('noise.png'), -moz-linear-gradient(top, #ccc, #ddd);
Works well but now Yslow gives me an error about the expired headers.
...
0
votes
1answer
101 views
Filtering table rows with higher date than provided
I'm currently trying to do it that way:
// Creating date object
$date = new Zend_Date();
// Adding to it 4 weeks
$date->add('4', Zend_Date::WEEK); // it's expire day
// ...
0
votes
1answer
2k views
WCF Web Service error - The message could not be processed. This is most likely because the action '' is incorrect or because
... the message contains an invalid expired security context token or because there is a mismatch between bindings...
The problem is, the client and the server times are a few seconds off. The web ...
0
votes
1answer
1k views
workflow runtime ownership expired
I am facing a strange problem in windows workflow foundation, need help from you guys. I have creatd a State Machine Workflow ,it worked very fine in one build , but due to some requirements i altered ...