Tagged Questions
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:
...
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
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
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 ...
0
votes
0answers
132 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
36 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
1answer
453 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 ...