The expired tag has no wiki summary.
0
votes
0answers
31 views
Orbeon session expired handling
In ORBEON 4.1 is very strange session expired error handling ... When using DEV mode, than we get plain text error page
...
1
vote
1answer
30 views
Would ajax request too often cause session expired?
I don't really deeply understand of the session mechanism but just good enough as a casual user of the technology. I have a page implemented with jQuery ajax request. If I keep refreshing the page at ...
0
votes
0answers
64 views
How to handle Facebook expired/invalid access token C#?
in my Facebook app I've stored users' access token in my data base
whenever i want to make a post in my users' walls (face book users who granted my app a permission to publish in their wall)
i loop ...
0
votes
1answer
169 views
How to set user password_life_time for only one user?
This statement:
ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME 180;
changes the password_life_time value for all users in my profile. But what if I need to change this value for only one user?
...
0
votes
0answers
40 views
Session invalidated page is not rendered with TagAttributeException
Trying to correctly handle session expiring.
I set the timeout to 1 minutos in web.xml.
I login using forms-auth, do some work and idle for couple of minutes.
The session expires at 1 minutes and is ...
0
votes
2answers
53 views
Django cache get expired entry
In my views, I have the following
@require_POST
def loadVals(request):
result = //do some heavy calculations
return HttpResponse(json.dumps({"data": result}), content_type="application/json")
...
0
votes
1answer
288 views
soap api throwing session expired error using nu soap in magento
First my site was running with Apache, that time shop api request from other server accepted successfully by magento, but now my server use nginx with magento php version 5.3.10 after that the shop ...
0
votes
1answer
98 views
Grails Show Login Page when Session has Expired Asynchronous Request
I'm building a web application in Grails.
All request coming from the view(s) are done in asynchronous way. Each controller return
a template using "render" construct.
I would like to show/forward ...
-1
votes
2answers
100 views
Dealing with Expired Licenses? [closed]
How should we deal with application licenses which are expired. I have created a .NET application and some encrypted license files for different roles with expiration data inside license file. The ...
0
votes
1answer
164 views
Orbeon, OpenSSO and session expiration
We are using Orbeon 3.9 in separate deployment (cross context), application security is with OpenSSO, server is glassfish.
Note: Orbeon submissions (backrequests) is handled with another ...
0
votes
1answer
147 views
New Facebook-access-token generated if it expires?
I am using the below API to list out my Facebook friends.
https://graph.facebook.com/me/friends?access_token=???
I wish to know what would happen when the access token expires.
1) If I have logged ...
0
votes
0answers
109 views
Java Custom Session Implementation: Expired Sessions
I've written my own little SessionManager for an application.
My sessions are stored in a relational table with id, some user infos and last_access_time.
Whenever a user successfully authenticates, ...
1
vote
0answers
231 views
Session expired or invalidated in Chrome when using alias
I have a web application built using IceFaces 1.8.2 deployed on WebSphere 6.
When I try to access it by using server IP address or host-name (for example by calling 10.250.46.80:8080/myApplication ...
0
votes
0answers
23 views
FB post on own web site, but token expired.. how to deal with
The FB post can show on my web site for only two hours. I knew the expired token can be renewed if user login in with their fb account.
But for non-facebook user, how can they renew the token.
0
votes
1answer
550 views
Java Certificates: “javax.net.ssl.SSLProtocolException: Extensions not allowed in v2 certificate”
I'm trying to create a Java software that connects to a Netgear WAG102 (Access Point) which has to get the connection logs for my wifi network.
my software already works with other Netgear Access ...
0
votes
1answer
335 views
How to re-authenticate NATIVE DESKTOP Facebook app
I'm in the progress of reading all documentation of Facebook related to programming a Native Desktop application for Facebook. I explicitly state Native Desktop app. It will be using Client Side ...
0
votes
1answer
2k views
PHP document expired on form post
I have page 1 with form (POST) that posts to page 2 that if form POSTed shows result if form is not POSTed and page 2 open it shows other content based on PHP if.
Page 2 has link to page 3 and when i ...
0
votes
0answers
116 views
Java Exception: caused by java.lang.throwable: EXPIRED
I am studing a Java platform project. However, when i run the Main class to start the project service, an exception happened. The exception information is :
Exception in thread "main" ...
2
votes
1answer
293 views
Smarty template, document expired issue
I use smarty template language in my php project. It works great except i getting "Document Expired, This document is no longer available." error every time i click back button in browser. I did not ...
0
votes
1answer
353 views
How expired content handled in Oracle Content Server 11g?
We have a discrepancy in our development and production content servers (11g) in the
way that expired content is automatically handled.
- In dev, the original file is deleted and replaced with a file ...
0
votes
0answers
226 views
Display message - session expired
I have the following setting in my web.config
<sessionState mode="InProc" cookieless="false" timeout="20" />
<forms loginUrl="~/Account/LogOn" timeout="20" />
When the user timesout ...
1
vote
1answer
1k views
TTL Expired in transit
I am trying to ping one of my servers and I get the error "TTL expired in transit"
I've tried to tracert it and its looks like I've got a loop here.
I have centos 5.7 on the server. How I can ...
0
votes
0answers
73 views
Expired Domains
I bought a domain around Jan. 4th of 2011 and it expired this year. I failed to renew it but figured after it expired it would be put back into the pool of available names after a certain grace ...
0
votes
2answers
339 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
1answer
382 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 ...
1
vote
1answer
396 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 ...
0
votes
0answers
167 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
2answers
414 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
1k 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
127 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.
...
2
votes
1answer
1k 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, ...
0
votes
3answers
1k 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 ...
1
vote
1answer
622 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
68 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.
...
1
vote
1answer
922 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
44 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
771 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
1k 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.
...
2
votes
1answer
2k 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 ...
0
votes
1answer
167 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
// ...
1
vote
6answers
2k 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 ...
0
votes
1answer
4k 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 ...
2
votes
2answers
102 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
...
2
votes
3answers
2k 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
1k views
workflow runtime ownership expired
I am facing a strange problem in windows workflow foundation. I have created a State Machine Workflow, and it worked very fine in one build, but due to some requirements I altered the workflow, built ...
5
votes
9answers
399 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) ...
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 ...
5
votes
5answers
16k 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 ...
15
votes
6answers
10k 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:
...
