The expired tag has no wiki summary.
0
votes
0answers
29 views
Google Javascript API: What happen after access token expire?
I have a client-side web app (no backend) that uses Google Javascript API.
I have an issue regarding the access-token that I got after the login is successful.
From the callback, we can see that the ...
0
votes
0answers
45 views
Firefox Document Expired Issue over https
I have a site that is running a combination of Perl and HTML.
I've got a problem with the search function, where after I've searched for a keyword, and clicked the back button I get the Firefox ...
0
votes
0answers
46 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
43 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
115 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
268 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
56 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
67 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
357 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
101 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
114 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
177 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
156 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
113 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
240 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 ...