Tagged Questions

0
votes
1answer
50 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 …
1
vote
0answers
85 views

Is there a way to add expires header to images with Godaddy shared Linux hosting? [closed]

I can't find a way to do it. Is it even possible?
4
votes
4answers
2k 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
3answers
573 views

“Webpage has expired” $_SESSIONS in PHP

Hi there 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?
0
votes
1answer
335 views

workflow runtime ownership expired

Hello all, 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 …
5
votes
9answers
207 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) …
0
votes
2answers
596 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
3answers
2k 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: …
0
votes
2answers
39 views

Move Expired Items?

Hi guys, 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 …